From: Todd C. Miller Date: Tue, 24 May 1994 21:44:33 +0000 (+0000) Subject: changed AIX STATIC_FLAGS X-Git-Tag: SUDO_1_3_1~249 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1b0835d1dd90b607df0e6e40b25034ec3cfa089;p=sudo changed AIX STATIC_FLAGS --- diff --git a/configure.in b/configure.in index 7b2b86433..d9011fab4 100644 --- a/configure.in +++ b/configure.in @@ -45,7 +45,7 @@ OPTIONS="${OPTIONS} -DBROKEN_GETPASS" [if test -n "$GCC"; then STATIC_FLAGS="-static" else -STATIC_FLAGS="-bnoso -bI:/lib/syscalls.exp" +STATIC_FLAGS="-bnso -bI:/lib/syscalls.exp -liconv -bnodelcsect" fi ])dnl dnl