Handle broken readdir() in sinix

CVS patchset: 1894
CVS date: 1997/11/05 14:39:20
This commit is contained in:
marc 1997-11-05 14:39:20 +00:00
parent 002ae63afb
commit d45341c53c
1 changed files with 4 additions and 0 deletions

View File

@ -120,6 +120,10 @@ fi
AC_MSG_CHECKING(/usr/ucblib...)
if test -d /usr/ucblib ; then
if test "$build" = "mips-sni-sysv4" ; then
LIBS="$LIBS -L/usr/ccs/lib -lc"
fi
LIBS="$LIBS -L/usr/ucblib"
AC_MSG_RESULT(yes)