summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f38d65328..825b7f997 100755
--- a/configure
+++ b/configure
@@ -368,7 +368,7 @@ if sh ./hasgot socket socketpair bind listen accept connect; then
echo "#define HAS_SOCKETS" >> s.h
has_sockets=yes
elif sh ./hasgot -lnsl -lsocket socket socketpair bind listen accept connect; then
- echo "You have BSD sockets (with the additional libraries -lnsl -lsocket)"
+ echo "You have BSD sockets (with libraries '-lnsl -lsocket')"
cclibs="$cclibs -lnsl -lsocket"
echo "#define HAS_SOCKETS" >> s.h
has_sockets=yes