very minor output change

This commit is contained in:
Daniel Stenberg 2004-05-06 15:04:04 +00:00
parent 84b52e92f4
commit af43ce73e5
1 changed files with 1 additions and 1 deletions

View File

@ -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. dnl libs at the same time to link properly.
if test "$HAVE_GETHOSTBYNAME" != "1" if test "$HAVE_GETHOSTBYNAME" != "1"
then 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 my_ac_save_LIBS=$LIBS
LIBS="-lnsl -lsocket $LIBS" LIBS="-lnsl -lsocket $LIBS"
AC_TRY_LINK( , AC_TRY_LINK( ,