]> sjero.net Git - wget/commitdiff
[svn] Additional M4 quoting by Maciej.
authorhniksic <devnull@localhost>
Fri, 5 Sep 2003 19:33:44 +0000 (12:33 -0700)
committerhniksic <devnull@localhost>
Fri, 5 Sep 2003 19:33:44 +0000 (12:33 -0700)
ChangeLog
configure.in

index 5ba683723b56fdfbf7e25fc5853bdb3eb8196063..5a666a25dfca2803cb4a428d8fc76a659286cc08 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-05  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
+
+       * configure.in: Additional M4 quoting.
+
 2003-09-04  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * aclocal.m4, configure.in: Made them work under Autoconf 2.5x.
index 4e44568546a1bfb0e4621a5b657e540bb1c88ee5..2166cc5de7b89e267f3f5f3e139e346e3bf3e5ed 100644 (file)
@@ -56,8 +56,8 @@ AC_ARG_WITH(socks,
 [AC_DEFINE(HAVE_SOCKS)])
 
 AC_ARG_WITH(ssl,
-[  --with-ssl[=SSL-ROOT]   link with SSL support [default=auto]
-  --without-ssl           disable SSL autodetection])
+[[  --with-ssl[=SSL-ROOT]   link with SSL support [default=auto]
+  --without-ssl           disable SSL autodetection]])
 
 AC_ARG_ENABLE(opie,
 [  --disable-opie          disable support for opie or s/key FTP login],
@@ -360,9 +360,9 @@ int RSA_new();
 int SSL_new();
 main(){return 0;}
 ],
-      AC_MSG_RESULT("yes"),
-      AC_MSG_RESULT("no"); ssl_run_failure=yes,
-      AC_MSG_RESULT("cross")
+      AC_MSG_RESULT(yes),
+      AC_MSG_RESULT(no); ssl_run_failure=yes,
+      AC_MSG_RESULT(cross)
     )
 
     if test x"$ssl_run_failure" = xno; then