This commit is contained in:
Eelco Dolstra 2011-11-21 13:22:34 +00:00
parent 23e933b3b3
commit 4de3e2a0db
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ fi
# Solaris-specific stuff.
if [ "$sys_name" = sunos ]; then
if test "$sys_name" = sunos; then
# Solaris requires -lsocket -lnsl for network functions
LIBS="-lsocket -lnsl $LIBS"
fi