]> granicus.if.org Git - sudo/commitdiff
took out -static for nextstep -- it doesn't work
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 7 Jun 1994 00:05:42 +0000 (00:05 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 7 Jun 1994 00:05:42 +0000 (00:05 +0000)
configure.in

index ca64e50821283909af36fea974fe0bd5570fdc2b..723008e20bd3386268d3f818c53cbdca1f23bbd6 100644 (file)
@@ -82,9 +82,6 @@ case "$OS" in
     "ksr"*)    echo "Looks like a KSR"
                ;;
     "next")    echo "Looks like NeXTstep"
-               if test -n "$GCC"; then
-                   STATIC_FLAGS="-static"
-               fi
                ;;
     "bsd/386") echo "Looks like bsdi BSD/386"
                ;;