summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1997-07-30 12:23:13 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1997-07-30 12:23:13 +0000
commit6007cebceb8dc50505c8fec20c589aa4b7f8f6e8 (patch)
treebf24b3cdc3f9f3079ba9b69a83193f2b0ac8ac76
parent987344133e80add9e30307aed3c60463bf1ae59c (diff)
Message plus joli
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1675 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-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