diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-06 15:04:04 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-06 15:04:04 +0000 |
commit | af43ce73e58e57913341804ce82661d5afc42e1e (patch) | |
tree | b0b7e2a4edc1e55bfdc1497dc1ae823661461f88 | |
parent | 84b52e92f4b1394851af28eeb15fca6beac56246 (diff) |
very minor output change
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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( , |