summaryrefslogtreecommitdiffstats
path: root/source/lib/replace/libreplace_macros.m4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-13 23:13:32 +0000
committerAndrew Tridgell <tridge@samba.org>2006-09-13 23:13:32 +0000
commitbefff80a10f89e217023029ed4fc696b55f69746 (patch)
tree4d5b67edcfaec062971b22da1137d51926f2e411 /source/lib/replace/libreplace_macros.m4
parentaaad68c17f16524525833d2f657cfda276540741 (diff)
downloadsamba-befff80a10f89e217023029ed4fc696b55f69746.tar.gz
samba-befff80a10f89e217023029ed4fc696b55f69746.tar.xz
samba-befff80a10f89e217023029ed4fc696b55f69746.zip
r18490: on irix _XOPEN_SOURCE_EXTENDED needs to be defined to 1, not just
defined
Diffstat (limited to 'source/lib/replace/libreplace_macros.m4')
-rw-r--r--source/lib/replace/libreplace_macros.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/source/lib/replace/libreplace_macros.m4 b/source/lib/replace/libreplace_macros.m4
index 6c4cfc465d2..913de5eab17 100644
--- a/source/lib/replace/libreplace_macros.m4
+++ b/source/lib/replace/libreplace_macros.m4
@@ -91,11 +91,11 @@ AC_DEFUN([AC_EXTENSION_FLAG],
[
cat >>confdefs.h <<\EOF
#ifndef $1
-# define $1
+# define $1 1
#endif
EOF
AH_VERBATIM([$1], [#ifndef $1
-# define $1
+# define $1 1
#endif])
])