2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 13:28:10 +00:00

took out -static for nextstep -- it doesn't work

This commit is contained in:
Todd C. Miller 1994-06-07 00:05:42 +00:00
parent e066e7b2fc
commit 7ba319bd51

View 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"
;;