]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix a stupid error in passing options to CC under AIX
authorRichard Sharpe <sharpe@samba.org>
Thu, 12 Jul 2001 07:23:14 +0000 (07:23 +0000)
committerRichard Sharpe <sharpe@samba.org>
Thu, 12 Jul 2001 07:23:14 +0000 (07:23 +0000)
source/configure.in

index 1bf85760975dcc655faafd7b2f890bc18783c527..721cdd93c231b76f7679cb67fff5b072b04fd55c 100644 (file)
@@ -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"