From: Daniel Stenberg Date: Thu, 6 May 2004 15:04:04 +0000 (+0000) Subject: very minor output change X-Git-Tag: curl-7_12_0~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af43ce73e58e57913341804ce82661d5afc42e1e;p=curl very minor output change --- 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( ,