From: Todd C. Miller Date: Tue, 7 Jun 1994 00:05:42 +0000 (+0000) Subject: took out -static for nextstep -- it doesn't work X-Git-Tag: SUDO_1_3_1~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ba319bd51e99b51f0728b001305372605c51089;p=sudo took out -static for nextstep -- it doesn't work --- diff --git a/configure.in b/configure.in index ca64e5082..723008e20 100644 --- a/configure.in +++ b/configure.in @@ -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" ;;