aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2014-06-02 02:30:25 -0400
committerRoger Dingledine <arma@torproject.org>2014-06-02 02:30:25 -0400
commit87fe5ef491baabaa60a1eab0e5089ac00f4c5520 (patch)
tree9aee0c4c2eea479806acc1d59282266625a7f10a /acinclude.m4
parentdd0745d0663ed1988d159f1ef105df424f10c54a (diff)
downloadtor-87fe5ef491baabaa60a1eab0e5089ac00f4c5520.tar
tor-87fe5ef491baabaa60a1eab0e5089ac00f4c5520.tar.gz
remove a stray " while warning about missing packages on redhat
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 294373414..7401e0b24 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -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