[Patch] configure.in

Juergen Hasch Hasch at t-online.de
Sun Sep 22 08:56:00 GMT 2002


Stupid me,
you can't check for "${GCC}" = "no", because if it isn't gcc, the compiler
name will be there instead of a no.
Please apply.

..Juergen

--- configure.in.orig   Sat Sep 21 10:14:45 2002
+++ configure.in        Sun Sep 22 10:28:34 2002
@@ -916,7 +916,7 @@
                        LDSHFLAGS="-Wl,-bexpall,-bM:SRE,-bnoentry"
                        DYNEXP="-Wl,-brtl,-bexpall"
                                PICFLAG="-O2"
-                       if test "${GCC}" = "no"; then
+                       if test "${GCC}" != "yes"; then
                                ## for funky AIX compiler using strncpy()
                                CFLAGS="$CFLAGS -D_LINUX_SOURCE_COMPAT 
-qmaxmem=32000"
                        fi




More information about the samba-technical mailing list