r969: remove some unused checks
authorStefan Metzmacher <metze@samba.org>
Tue, 1 Jun 2004 16:17:51 +0000 (16:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:56:24 +0000 (12:56 -0500)
metze

source/build/smb_build/check_cc.m4

index 098c089642f5ef634478da20a8ef5438287e6c8d..b139dcc1da1684f0b272f110ec4ddbf7ff7ab431 100644 (file)
@@ -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