From: Richard Sharpe Date: Thu, 12 Jul 2001 07:23:14 +0000 (+0000) Subject: Fix a stupid error in passing options to CC under AIX X-Git-Tag: samba-2.2.5pre1~1779^2~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8b5603e0f789014a1237c358db478cf6211e215;p=thirdparty%2Fsamba.git Fix a stupid error in passing options to CC under AIX --- diff --git a/source/configure.in b/source/configure.in index 1bf85760975..721cdd93c23 100644 --- a/source/configure.in +++ b/source/configure.in @@ -645,7 +645,7 @@ case "$host_os" in *aix*) AC_DEFINE(AIX) BLDSHARED="true" LDSHFLAGS="-Wl,-bexpall,-bM:SRE,-bnoentry" - PICFLAG="=O2 -qmaxmem=6000" + PICFLAG="-O2 -qmaxmem=6000" ;; *hpux*) AC_DEFINE(HPUX) SHLIBEXT="sl"