Author: tpot
Date: 2004-12-19 01:02:45 +0000 (Sun, 19 Dec 2004)
New Revision: 4271

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4271

Log:
Bugzilla #1988.  Apparently this fixes linking on AIX 5.3 for non-gcc compilers.

Modified:
   trunk/source/configure.in


Changeset:
Modified: trunk/source/configure.in
===================================================================
--- trunk/source/configure.in   2004-12-19 00:53:52 UTC (rev 4270)
+++ trunk/source/configure.in   2004-12-19 01:02:45 UTC (rev 4271)
@@ -1224,6 +1224,7 @@
                        if test "${GCC}" != "yes"; then
                                ## for funky AIX compiler using strncpy()
                                CFLAGS="$CFLAGS -D_LINUX_SOURCE_COMPAT 
-qmaxmem=32000"
+                               PICSUFFIX="po.o"
                        fi
 
                        AC_DEFINE(STAT_ST_BLOCKSIZE,DEV_BSIZE,[The size of a 
block])

Reply via email to