Author: metze
Date: 2007-05-31 12:23:52 +0000 (Thu, 31 May 2007)
New Revision: 23265

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

Log:
HP-UX 11.00 also needs this, try to see if 11.23 is also happy
with it...

metze
Modified:
   branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4      2007-05-31 
12:08:03 UTC (rev 23264)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4      2007-05-31 
12:23:52 UTC (rev 23265)
@@ -60,10 +60,10 @@
        *hpux*)
                # mmap on HPUX is completely broken...
                AC_DEFINE(MMAP_BLACKLIST, 1, [Whether MMAP is broken])
-               if test "`uname -r`" = "B.11.11"; then
+#              if test "`uname -r`" = "B.11.11"; then
                        AC_MSG_WARN([Enabling HPUX 11.11 header bug workaround])
                        CFLAGS="$CFLAGS -D_LARGEFILE64_SUPPORT -D__LP64__ 
-DO_LARGEFILE=04000"
-               fi
+#              fi
                if test "`uname -r`" = "B.11.23"; then
                        AC_MSG_WARN([Enabling HPUX 11.23 machine/sys/getppdp.h 
bug workaround])
                        CFLAGS="$CFLAGS -D_MACHINE_SYS_GETPPDP_INCLUDED"

Reply via email to