[svn] Additional M4 quoting by Maciej.

This commit is contained in:
hniksic 2003-09-05 12:33:44 -07:00
parent 30ac043b0a
commit 564f6aa349
2 changed files with 9 additions and 5 deletions

View File

@ -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.

View 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