From af43ce73e58e57913341804ce82661d5afc42e1e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 6 May 2004 15:04:04 +0000 Subject: very minor output change --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b0a89f7cb..f6486ea1d 100644 --- a/configure.ac +++ b/configure.ac @@ -281,7 +281,7 @@ dnl At least one system has been identified to require BOTH nsl and socket dnl libs at the same time to link properly. if test "$HAVE_GETHOSTBYNAME" != "1" then - AC_MSG_CHECKING([trying gethostbyname with both nsl and socket libs]) + AC_MSG_CHECKING([for gethostbyname with both nsl and socket libs]) my_ac_save_LIBS=$LIBS LIBS="-lnsl -lsocket $LIBS" AC_TRY_LINK( , -- cgit v1.2.3