summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-10-09 10:44:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:20:52 -0500
commit0019163d85fce2e83cd3e6193479b59e88d37d98 (patch)
treea3c071e42d4ab917b4aeca87e513e96e8a5d4861 /source4/lib
parentbbc056e067e1b721dc2ef6958ab653c1eddec3a1 (diff)
downloadsamba-0019163d85fce2e83cd3e6193479b59e88d37d98.tar.gz
samba-0019163d85fce2e83cd3e6193479b59e88d37d98.tar.bz2
samba-0019163d85fce2e83cd3e6193479b59e88d37d98.zip
r19198: fix typo...
metze (This used to be commit 70bab6edfc1c8e52dfa3ff0f02059a2af6086589)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/replace/libreplace_cc.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/libreplace_cc.m4 b/source4/lib/replace/libreplace_cc.m4
index c86f3d3014..b8b74036e5 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