diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-10-09 10:44:14 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:20:52 -0500 |
commit | 0019163d85fce2e83cd3e6193479b59e88d37d98 (patch) | |
tree | a3c071e42d4ab917b4aeca87e513e96e8a5d4861 /source4/lib/replace | |
parent | bbc056e067e1b721dc2ef6958ab653c1eddec3a1 (diff) | |
download | samba-0019163d85fce2e83cd3e6193479b59e88d37d98.tar.gz samba-0019163d85fce2e83cd3e6193479b59e88d37d98.tar.xz samba-0019163d85fce2e83cd3e6193479b59e88d37d98.zip |
r19198: fix typo...
metze
(This used to be commit 70bab6edfc1c8e52dfa3ff0f02059a2af6086589)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r-- | source4/lib/replace/libreplace_cc.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |