From 5357700fc526663eeec27b3bfd28dda13430e7e0 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 1 Jun 2004 16:17:51 +0000 Subject: [PATCH] r969: remove some unused checks metze --- source/build/smb_build/check_cc.m4 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/build/smb_build/check_cc.m4 b/source/build/smb_build/check_cc.m4 index 098c089642f..b139dcc1da1 100644 --- a/source/build/smb_build/check_cc.m4 +++ b/source/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