From 1e3a49478ed4dcd58d290f708d995ce4eba8d3ea Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 31 May 2007 12:23:52 +0000 Subject: r23265: HP-UX 11.00 also needs this, try to see if 11.23 is also happy with it... metze (This used to be commit 71eac88f7e666e6cd0dfe113d02861cdfecbee9b) --- source4/lib/replace/libreplace_cc.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/lib/replace') diff --git a/source4/lib/replace/libreplace_cc.m4 b/source4/lib/replace/libreplace_cc.m4 index 74c53cad99..3acd0eda8e 100644 --- a/source4/lib/replace/libreplace_cc.m4 +++ b/source4/lib/replace/libreplace_cc.m4 @@ -60,10 +60,10 @@ case "$host_os" in *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" -- cgit