svn commit: samba r19240 - in branches/SAMBA_3_0/source: include lib/replace

metze at samba.org metze at samba.org
Wed Oct 11 11:38:41 GMT 2006


Author: metze
Date: 2006-10-11 11:38:40 +0000 (Wed, 11 Oct 2006)
New Revision: 19240

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

Log:
move the NO_CONFIG_H check to libreplace

this fixes the quota detection configure and maybe more
configure tests

metze
Modified:
   branches/SAMBA_3_0/source/include/includes.h
   branches/SAMBA_3_0/source/lib/replace/replace.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/includes.h
===================================================================
--- branches/SAMBA_3_0/source/include/includes.h	2006-10-11 10:57:33 UTC (rev 19239)
+++ branches/SAMBA_3_0/source/include/includes.h	2006-10-11 11:38:40 UTC (rev 19240)
@@ -26,9 +26,7 @@
 #undef SIZEOF_LONG
 #endif
 
-#ifndef NO_CONFIG_H /* for some tests */
 #include "lib/replace/replace.h"
-#endif
 
 /* only do the C++ reserved word check when we compile
    to include --with-developer since too many systems

Modified: branches/SAMBA_3_0/source/lib/replace/replace.h
===================================================================
--- branches/SAMBA_3_0/source/lib/replace/replace.h	2006-10-11 10:57:33 UTC (rev 19239)
+++ branches/SAMBA_3_0/source/lib/replace/replace.h	2006-10-11 11:38:40 UTC (rev 19240)
@@ -28,7 +28,9 @@
 #ifndef _LIBREPLACE_REPLACE_H
 #define _LIBREPLACE_REPLACE_H
 
+#ifndef NO_CONFIG_H
 #include "config.h"
+#endif
 
 #ifdef HAVE_STANDARDS_H
 #include <standards.h>



More information about the samba-cvs mailing list