summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-18 23:19:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:06:57 -0500
commitd73955ca77d82f4ad9ea23dc0d743f32f0b82351 (patch)
treec2bab99e4769ebaf8e89a3384b751757763af317 /source4
parentc64116e158080c7cd7304cdd3b80c8666f78c7c6 (diff)
downloadsamba-d73955ca77d82f4ad9ea23dc0d743f32f0b82351.tar.gz
samba-d73955ca77d82f4ad9ea23dc0d743f32f0b82351.tar.bz2
samba-d73955ca77d82f4ad9ea23dc0d743f32f0b82351.zip
r25219: remove unused check for precompiled headers.
(This used to be commit 17c92c091d9b9eb7f6a4cf1f263533f235d6717f)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/replace/libreplace.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/source4/lib/replace/libreplace.m4 b/source4/lib/replace/libreplace.m4
index c42d5bcf38..a6b1c4f5e6 100644
--- a/source4/lib/replace/libreplace.m4
+++ b/source4/lib/replace/libreplace.m4
@@ -307,17 +307,6 @@ if test x"$samba_cv_HAVE_OPEN_O_DIRECT" = x"yes"; then
fi
-AC_CACHE_CHECK([that the C compiler can precompile header files],samba_cv_precompiled_headers, [
- dnl Check whether the compiler can generate precompiled headers
- touch conftest.h
- if ${CC-cc} conftest.h 2> /dev/null && test -f conftest.h.gch; then
- precompiled_headers=yes
- else
- precompiled_headers=no
- fi])
-AC_SUBST(precompiled_headers)
-
-
dnl Check if the C compiler understands volatile (it should, being ANSI).
AC_CACHE_CHECK([that the C compiler understands volatile],samba_cv_volatile, [
AC_TRY_COMPILE([#include <sys/types.h>],[volatile int i = 0],