diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-07 01:08:33 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-07 01:08:33 +0000 |
commit | f77b8338d23b86dbdce34397bd11f1542540ac27 (patch) | |
tree | f30c52c43dd3ae5f4a3055addd3985bbd3c71896 /acinclude.m4 | |
parent | 46b1a21dc49c83e57e7d8e6a90968fc908e739f8 (diff) | |
download | tor-f77b8338d23b86dbdce34397bd11f1542540ac27.tar.gz tor-f77b8338d23b86dbdce34397bd11f1542540ac27.zip |
r17957@catbus: nickm | 2008-02-06 20:08:29 -0500
Oops; left a dquote out of acinclude.m4
svn:r13410
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index fb2eba834d..5c3472c6e6 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -53,14 +53,14 @@ if test -f /etc/debian_version && test x"$tor_$1_$2_debian" != x; then fi if test -f /etc/fedora-release && test x"$tor_$1_$2_redhat" != x; then AC_WARN([On Fedora Core, you can install$h $1 using "yum install $tor_$1_$2_redhat"]) - if test x"$tor_$1_$2_redhat != x"$tor_$1_devpkg_redhat"; then - AC_WARN([ You will probably need $tor_$1_devpkg_redhat too.]) + if test x"$tor_$1_$2_redhat" != x"$tor_$1_devpkg_redhat"; then + AC_WARN([ You will probably need to install $tor_$1_devpkg_redhat too.]) fi else if test -f /etc/redhat-release && test x"$tor_$1_$2_redhat" != x; then AC_WARN([On most Redhat-based systems, you can get$h $1 by installing the $tor_$1_$2_redhat" RPM package]) if test x"$tor_$1_$2_redhat" != x"$tor_$1_devpkg_redhat"; then - AC_WARN([ You will probably need $tor_$1_devpkg_redhat too.]) + AC_WARN([ You will probably need to install $tor_$1_devpkg_redhat too.]) fi fi fi |