diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-09 06:22:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:02 -0500 |
commit | 5c3c8e09f9f5aefcd7600928597f01b1fc676e72 (patch) | |
tree | 3ff365312bdc3ca40cf7254cd9f9f8631d9cb4a8 /source4 | |
parent | 05f98cdbfc64b549f4530a5e6aba0dcf3f536a87 (diff) | |
download | samba-5c3c8e09f9f5aefcd7600928597f01b1fc676e72.tar.gz samba-5c3c8e09f9f5aefcd7600928597f01b1fc676e72.tar.bz2 samba-5c3c8e09f9f5aefcd7600928597f01b1fc676e72.zip |
r18288: autoconf already has a C99 test builtin!
If this works well, we can remove our own test
(This used to be commit b4b028e65e242b0fa1d74454bfa0b292917088eb)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/replace/libreplace.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/replace/libreplace.m4 b/source4/lib/replace/libreplace.m4 index ef8087607e..cf15734090 100644 --- a/source4/lib/replace/libreplace.m4 +++ b/source4/lib/replace/libreplace.m4 @@ -15,6 +15,7 @@ dnl needed before AC_TRY_COMPILE AC_ISC_POSIX AC_USE_SYSTEM_EXTENSIONS AC_C_INLINE +AC_PROG_CC_C99 AC_PROG_CC AC_PROG_INSTALL |