diff --git a/ChangeLog b/ChangeLog index 5ba68372..5a666a25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-05 Maciej W. Rozycki + + * configure.in: Additional M4 quoting. + 2003-09-04 Hrvoje Niksic * aclocal.m4, configure.in: Made them work under Autoconf 2.5x. diff --git a/configure.in b/configure.in index 4e445685..2166cc5d 100644 --- a/configure.in +++ b/configure.in @@ -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