mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Additional M4 quoting by Maciej.
This commit is contained in:
parent
30ac043b0a
commit
564f6aa349
@ -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>
|
2003-09-04 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* aclocal.m4, configure.in: Made them work under Autoconf 2.5x.
|
* aclocal.m4, configure.in: Made them work under Autoconf 2.5x.
|
||||||
|
10
configure.in
10
configure.in
@ -56,8 +56,8 @@ AC_ARG_WITH(socks,
|
|||||||
[AC_DEFINE(HAVE_SOCKS)])
|
[AC_DEFINE(HAVE_SOCKS)])
|
||||||
|
|
||||||
AC_ARG_WITH(ssl,
|
AC_ARG_WITH(ssl,
|
||||||
[ --with-ssl[=SSL-ROOT] link with SSL support [default=auto]
|
[[ --with-ssl[=SSL-ROOT] link with SSL support [default=auto]
|
||||||
--without-ssl disable SSL autodetection])
|
--without-ssl disable SSL autodetection]])
|
||||||
|
|
||||||
AC_ARG_ENABLE(opie,
|
AC_ARG_ENABLE(opie,
|
||||||
[ --disable-opie disable support for opie or s/key FTP login],
|
[ --disable-opie disable support for opie or s/key FTP login],
|
||||||
@ -360,9 +360,9 @@ int RSA_new();
|
|||||||
int SSL_new();
|
int SSL_new();
|
||||||
main(){return 0;}
|
main(){return 0;}
|
||||||
],
|
],
|
||||||
AC_MSG_RESULT("yes"),
|
AC_MSG_RESULT(yes),
|
||||||
AC_MSG_RESULT("no"); ssl_run_failure=yes,
|
AC_MSG_RESULT(no); ssl_run_failure=yes,
|
||||||
AC_MSG_RESULT("cross")
|
AC_MSG_RESULT(cross)
|
||||||
)
|
)
|
||||||
|
|
||||||
if test x"$ssl_run_failure" = xno; then
|
if test x"$ssl_run_failure" = xno; then
|
||||||
|
Loading…
Reference in New Issue
Block a user