diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-13 23:13:32 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2006-09-13 23:13:32 +0000 |
commit | befff80a10f89e217023029ed4fc696b55f69746 (patch) | |
tree | 4d5b67edcfaec062971b22da1137d51926f2e411 /source/lib/replace/libreplace_macros.m4 | |
parent | aaad68c17f16524525833d2f657cfda276540741 (diff) | |
download | samba-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.m4 | 4 |
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]) ]) |