diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1997-07-30 12:23:13 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1997-07-30 12:23:13 +0000 |
commit | 6007cebceb8dc50505c8fec20c589aa4b7f8f6e8 (patch) | |
tree | bf24b3cdc3f9f3079ba9b69a83193f2b0ac8ac76 | |
parent | 987344133e80add9e30307aed3c60463bf1ae59c (diff) |
Message plus joli
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1675 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |