diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-06-01 16:17:51 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:24 -0500 |
commit | 60025b1d67466f214590f660c4521a618808aa99 (patch) | |
tree | 0cc07365efd05712cd7b845fea5c5cc22757c07e /source4/build/smb_build/check_cc.m4 | |
parent | c6dfa0cc3dee62374bc1e5d6554fbcd1a8891a64 (diff) | |
download | samba-60025b1d67466f214590f660c4521a618808aa99.tar.gz samba-60025b1d67466f214590f660c4521a618808aa99.tar.bz2 samba-60025b1d67466f214590f660c4521a618808aa99.zip |
r969: remove some unused checks
metze
(This used to be commit 5357700fc526663eeec27b3bfd28dda13430e7e0)
Diffstat (limited to 'source4/build/smb_build/check_cc.m4')
-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 |