diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-09 06:24:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:02 -0500 |
commit | 594781270e107f9fbc6061e6223f2c693bec6b58 (patch) | |
tree | cc5b4607eeff047e18c5ddf228b87ef142c94ef1 /source4/lib/replace | |
parent | 5c3c8e09f9f5aefcd7600928597f01b1fc676e72 (diff) | |
download | samba-594781270e107f9fbc6061e6223f2c693bec6b58.tar.gz samba-594781270e107f9fbc6061e6223f2c693bec6b58.tar.bz2 samba-594781270e107f9fbc6061e6223f2c693bec6b58.zip |
r18289: don't check for inline till we've worked out the main compiler flags
(This used to be commit 46ab2b9971c100afa2ed2cb8da0390cfaa9b7032)
Diffstat (limited to 'source4/lib/replace')
-rw-r--r-- | source4/lib/replace/libreplace.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/replace/libreplace.m4 b/source4/lib/replace/libreplace.m4 index cf15734090..6c8c01d687 100644 --- a/source4/lib/replace/libreplace.m4 +++ b/source4/lib/replace/libreplace.m4 @@ -14,9 +14,9 @@ AC_SUBST(LIBREPLACEOBJ) dnl needed before AC_TRY_COMPILE AC_ISC_POSIX AC_USE_SYSTEM_EXTENSIONS -AC_C_INLINE AC_PROG_CC_C99 AC_PROG_CC +AC_C_INLINE AC_PROG_INSTALL AH_VERBATIM([_XOPEN_SOURCE_EXTENDED], |