Author: metze Date: 2006-10-09 10:44:14 +0000 (Mon, 09 Oct 2006) New Revision: 19198
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19198 Log: fix typo... 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-09 10:26:26 UTC (rev 19197) +++ branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4 2006-10-09 10:44:14 UTC (rev 19198) @@ -64,7 +64,7 @@ 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.11"; then + 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" fi
