svn commit: samba r25219 - in branches/SAMBA_4_0: . source/lib/replace

jelmer at samba.org jelmer at samba.org
Tue Sep 18 23:19:06 GMT 2007


Author: jelmer
Date: 2007-09-18 23:19:04 +0000 (Tue, 18 Sep 2007)
New Revision: 25219

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25219

Log:
remove unused check for precompiled headers.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/lib/replace/libreplace.m4


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/SAMBA_4_0/source/lib/replace/libreplace.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/libreplace.m4	2007-09-18 22:43:06 UTC (rev 25218)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace.m4	2007-09-18 23:19:04 UTC (rev 25219)
@@ -307,17 +307,6 @@
 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],



More information about the samba-cvs mailing list