svn commit: samba r19173 - in branches/SAMBA_4_0/source/lib/replace: .

metze at samba.org metze at samba.org
Sun Oct 8 21:09:21 GMT 2006


Author: metze
Date: 2006-10-08 21:09:21 +0000 (Sun, 08 Oct 2006)
New Revision: 19173

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

Log:
see if HPUX 11.23 needs the same workaround as 11.11

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	2006-10-08 20:49:05 UTC (rev 19172)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4	2006-10-08 21:09:21 UTC (rev 19173)
@@ -64,6 +64,10 @@
 			AC_MSG_WARN([Enabling HPUX 11.11 header bug workaround])
 			CFLAGS="$CFLAGS -D_LARGEFILE64_SUPPORT -D__LP64__ -DO_LARGEFILE=04000"
 		fi
+		if test "`uname -r`" = "B.11.23"; then
+			AC_MSG_WARN([Enabling HPUX 11.23 header bug workaround])
+			CFLAGS="$CFLAGS -D_LARGEFILE64_SUPPORT -D__LP64__ -DO_LARGEFILE=04000"
+		fi
 		;;
 	*aix*)
 		AC_DEFINE(BROKEN_STRNDUP, 1, [Whether strndup is broken])



More information about the samba-cvs mailing list