always look for -lnsl
This commit is contained in:
@@ -141,14 +141,12 @@ AC_HAVE_FUNCS(getcwd strdup strchr strrchr sysconf)
|
|||||||
dnl
|
dnl
|
||||||
dnl library checks
|
dnl library checks
|
||||||
dnl
|
dnl
|
||||||
|
AC_HAVE_LIBRARY(nsl)
|
||||||
AC_HAVE_LIBRARY(shadow)
|
AC_HAVE_LIBRARY(shadow)
|
||||||
AC_HAVE_LIBRARY(ufc)
|
AC_HAVE_LIBRARY(ufc)
|
||||||
dnl
|
dnl
|
||||||
dnl OS-dependent libraries
|
dnl OS-dependent libraries
|
||||||
dnl
|
dnl
|
||||||
if test -n "$OS" -a "$OS" != "sunos"; then
|
|
||||||
AC_HAVE_LIBRARY(nsl)
|
|
||||||
fi
|
|
||||||
if test -n "$OS" -a "$OS" = "irix" ; then
|
if test -n "$OS" -a "$OS" = "irix" ; then
|
||||||
AC_IRIX_SUN
|
AC_IRIX_SUN
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user