diff options
-rw-r--r-- | source4/build/smb_build/check_cc.m4 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/build/smb_build/check_cc.m4 b/source4/build/smb_build/check_cc.m4 index 098c089642..b139dcc1da 100644 --- a/source4/build/smb_build/check_cc.m4 +++ b/source4/build/smb_build/check_cc.m4 @@ -11,8 +11,6 @@ if test x"$CC" = x""; then AC_MSG_ERROR([Please Install gcc from http://gcc.gnu.org/]) fi -AC_PROG_CC_STDC - # compile with optimization and without debugging by default, but # allow people to set their own preference. if test "x$CFLAGS" = x; then @@ -53,6 +51,3 @@ AC_CACHE_CHECK([that the C compiler understands volatile],samba_cv_volatile, [ if test x"$samba_cv_volatile" = x"yes"; then AC_DEFINE(HAVE_VOLATILE, 1, [Whether the C compiler understands volatile]) fi - -AC_C_CONST -AC_C_INLINE |