diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-09 01:49:38 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:00 -0500 |
commit | f64b2474be0d4f0f5ad20c511400f02b1cb981f0 (patch) | |
tree | 54e7f405882dbd530cb9ccf104c3257365769f4f /source4/lib/replace/libreplace.m4 | |
parent | bcd1d154f38e56bdf46052df9adb79a3e31cf8b1 (diff) | |
download | samba-f64b2474be0d4f0f5ad20c511400f02b1cb981f0.tar.gz samba-f64b2474be0d4f0f5ad20c511400f02b1cb981f0.tar.bz2 samba-f64b2474be0d4f0f5ad20c511400f02b1cb981f0.zip |
r18278: move more header checks and _GNU_SOURCE into libreplace
(This used to be commit 77c442cd469ba881215e025c87ce632c876eb617)
Diffstat (limited to 'source4/lib/replace/libreplace.m4')
-rw-r--r-- | source4/lib/replace/libreplace.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/replace/libreplace.m4 b/source4/lib/replace/libreplace.m4 index cdd83113ed..2fe58bf1e8 100644 --- a/source4/lib/replace/libreplace.m4 +++ b/source4/lib/replace/libreplace.m4 @@ -1,5 +1,6 @@ dnl needed before AC_TRY_COMPILE AC_ISC_POSIX +AC_USE_SYSTEM_EXTENSIONS AC_C_INLINE @@ -57,7 +58,7 @@ AC_FUNC_MEMCMP AC_CHECK_FUNCS(pipe strftime srandom random srand rand usleep setbuffer) -AC_CHECK_HEADERS(stdbool.h) +AC_CHECK_HEADERS(stdbool.h stddef.h) AC_CHECK_TYPE(bool, [AC_DEFINE(HAVE_BOOL, 1, [Whether the bool type is available])],, |