mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Consistently use AC_MSG_NOTICE where appropriate.
This commit is contained in:
parent
cb19b00c23
commit
846fe246ae
@ -1,3 +1,8 @@
|
|||||||
|
2003-11-04 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* configure.in: Don't misuse AC_MSG_RESULT. Use AC_MSG_NOTICE
|
||||||
|
where appropriate.
|
||||||
|
|
||||||
2003-11-04 Hrvoje Niksic <hniksic@xemacs.org>
|
2003-11-04 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* configure.in: Check whether volatile is supported. Don't check
|
* configure.in: Check whether volatile is supported. Don't check
|
||||||
|
@ -300,7 +300,7 @@ if test x"$with_ssl" != x"no"; then
|
|||||||
LDFLAGS="-L$ssl_root/lib -R$ssl_root/lib $wget_save_LDFLAGS"
|
LDFLAGS="-L$ssl_root/lib -R$ssl_root/lib $wget_save_LDFLAGS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_MSG_RESULT([Looking for SSL libraries in $ssl_root])
|
AC_MSG_NOTICE([looking for SSL libraries in $ssl_root])
|
||||||
|
|
||||||
dnl Check whether the compiler can find the include files. On
|
dnl Check whether the compiler can find the include files. On
|
||||||
dnl some systems Gcc finds libraries in /usr/local/lib, but fails
|
dnl some systems Gcc finds libraries in /usr/local/lib, but fails
|
||||||
@ -372,9 +372,7 @@ main(){return 0;}
|
|||||||
done
|
done
|
||||||
|
|
||||||
if test x"$ssl_success" = xyes; then
|
if test x"$ssl_success" = xyes; then
|
||||||
dnl AC_MSG_RESULT doesn't look right here, but I'm not sure what
|
AC_MSG_NOTICE([compiling in support for SSL in $ssl_root])
|
||||||
dnl to use instead.
|
|
||||||
AC_MSG_RESULT([Compiling in support for SSL in $ssl_root])
|
|
||||||
AC_DEFINE(HAVE_SSL)
|
AC_DEFINE(HAVE_SSL)
|
||||||
AC_SUBST(SSL_INCLUDES)
|
AC_SUBST(SSL_INCLUDES)
|
||||||
SSL_OBJ='gen_sslfunc$o'
|
SSL_OBJ='gen_sslfunc$o'
|
||||||
@ -468,7 +466,7 @@ AC_ARG_ENABLE(ipv6,
|
|||||||
AC_HELP_STRING([--disable-ipv6],[disable IPv6 support]),
|
AC_HELP_STRING([--disable-ipv6],[disable IPv6 support]),
|
||||||
[case "${enable_ipv6}" in
|
[case "${enable_ipv6}" in
|
||||||
no)
|
no)
|
||||||
AC_MSG_NOTICE([Disabling IPv6 at user request])
|
AC_MSG_NOTICE([disabling IPv6 at user request])
|
||||||
ipv6=no
|
ipv6=no
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user