diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-13 23:13:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:37 -0500 |
commit | fd6030eac7d0c71106e2f83579d6d2f30e1b5f96 (patch) | |
tree | e28704503728b08ac3d4af797234ae52ee786c5f /source4/lib | |
parent | 935aefbcc522d5a7ce89835fd38c502d47e01dc5 (diff) | |
download | samba-fd6030eac7d0c71106e2f83579d6d2f30e1b5f96.tar.gz samba-fd6030eac7d0c71106e2f83579d6d2f30e1b5f96.tar.bz2 samba-fd6030eac7d0c71106e2f83579d6d2f30e1b5f96.zip |
r18490: on irix _XOPEN_SOURCE_EXTENDED needs to be defined to 1, not just
defined
(This used to be commit 39d984738b1931e16cb0e6abfdb58108fc97da90)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/replace/libreplace_macros.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/replace/libreplace_macros.m4 b/source4/lib/replace/libreplace_macros.m4 index 6c4cfc465d..913de5eab1 100644 --- a/source4/lib/replace/libreplace_macros.m4 +++ b/source4/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]) ]) |