From a037edaccd8bc706f8d170c5d2c5a637b3ca5ad5 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 26 Nov 2001 01:49:33 +0000 Subject: [PATCH] Silly autoconf --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index c9194e5b..eb0fc34a 100644 --- a/configure.in +++ b/configure.in @@ -295,7 +295,7 @@ if test x"$ac_cv_func_connect" = x"no"; then fi fi -AC_MSG([Looking in libraries: $LIBS]) +AC_MSG_NOTICE([Looking in libraries: $LIBS]) AC_REPLACE_FUNCS(getaddrinfo getnameinfo) AC_CHECK_MEMBER([struct sockaddr.sa_len], -- 2.34.1