Handle broken readdir() in sinix
authormarc <devnull@localhost>
Wed, 5 Nov 1997 14:39:20 +0000 (14:39 +0000)
committermarc <devnull@localhost>
Wed, 5 Nov 1997 14:39:20 +0000 (14:39 +0000)
CVS patchset: 1894
CVS date: 1997/11/05 14:39:20

configure.in

index 4e25b5d..3ed19f3 100644 (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)