* ADDITIONAL_NETWORK_LIBS -> LIBS.

This commit is contained in:
Eelco Dolstra 2010-02-24 12:25:48 +00:00
parent fa6a4fcb11
commit fae0427324
7 changed files with 7 additions and 9 deletions

View file

@ -79,8 +79,7 @@ fi
# Solaris-specific stuff.
if test "$sys_name" = "sunos"; then
# Solaris requires -lsocket -lnsl for network functions
ADDITIONAL_NETWORK_LIBS="-lsocket -lnsl"
AC_SUBST(ADDITIONAL_NETWORK_LIBS)
LIBS="-lsocket -lnsl $LIBS"
fi
AC_PROG_CC