summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-10-09 07:33:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:20:50 -0500
commitfd2e67dadff656314b0de72116a97dd1d8080c68 (patch)
tree35bc93a1b1c94be5ddd4f9ff7137aa92fd496fe4
parent4c1d2f1011bd627fe09851588c61728802e93371 (diff)
downloadsamba-fd2e67dadff656314b0de72116a97dd1d8080c68.tar.gz
samba-fd2e67dadff656314b0de72116a97dd1d8080c68.tar.bz2
samba-fd2e67dadff656314b0de72116a97dd1d8080c68.zip
r19186: that doesn't help...
metze (This used to be commit 59c6d51ab31d9d686de35024509f08f5de41c788)
-rw-r--r--source4/lib/replace/libreplace_cc.m44
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/lib/replace/libreplace_cc.m4 b/source4/lib/replace/libreplace_cc.m4
index 6bbea2977b..77bb5a0598 100644
--- a/source4/lib/replace/libreplace_cc.m4
+++ b/source4/lib/replace/libreplace_cc.m4
@@ -64,10 +64,6 @@ 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.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])