From: Stefan Metzmacher Date: Mon, 9 Oct 2006 10:44:14 +0000 (+0000) Subject: r19198: fix typo... X-Git-Tag: samba-4.0.0alpha6~801^3~4539 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0019163d85fce2e83cd3e6193479b59e88d37d98;p=thirdparty%2Fsamba.git r19198: fix typo... metze (This used to be commit 70bab6edfc1c8e52dfa3ff0f02059a2af6086589) --- diff --git a/source4/lib/replace/libreplace_cc.m4 b/source4/lib/replace/libreplace_cc.m4 index c86f3d30144..b8b74036e53 100644 --- a/source4/lib/replace/libreplace_cc.m4 +++ b/source4/lib/replace/libreplace_cc.m4 @@ -64,7 +64,7 @@ case "$host_os" in 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