From 7ba319bd51e99b51f0728b001305372605c51089 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 7 Jun 1994 00:05:42 +0000 Subject: [PATCH] took out -static for nextstep -- it doesn't work --- configure.in | 3 --- 1 file changed, 3 deletions(-) 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" ;; -- 2.50.1