]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
remove a stray " while warning about missing packages on redhat
authorRoger Dingledine <arma@torproject.org>
Mon, 2 Jun 2014 06:30:25 +0000 (02:30 -0400)
committerRoger Dingledine <arma@torproject.org>
Mon, 2 Jun 2014 06:30:25 +0000 (02:30 -0400)
acinclude.m4

index 2943734143bad7e173dc88fa34fa0e4f1e7c2a69..7401e0b24226bcc5211ea9e5af62662c642777ca 100644 (file)
@@ -115,7 +115,7 @@ if test -f /etc/fedora-release && test x"$tor_$1_$2_redhat" != x; then
   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])
+    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 to install $tor_$1_devpkg_redhat too.])
     fi