Author: jpeach
Date: 2007-05-16 22:34:58 +0000 (Wed, 16 May 2007)
New Revision: 22955

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

Log:
Disable dependency tracking by default.

Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in      2007-05-16 20:56:39 UTC (rev 
22954)
+++ branches/SAMBA_3_0/source/configure.in      2007-05-16 22:34:58 UTC (rev 
22955)
@@ -624,6 +624,12 @@
 AM_DEP_TRACK()
 _AM_DEPENDENCIES(CC)
 
+# As per vl, disable dependency tracking by default until we don't need
+# to use "make proto' -- jpeach
+if test "x$enable_dependency_tracking" != xyes; then
+    ifGNUmake='#'
+fi
+
 ############################################
 # Figure out the flags to support named structure initializers
 

Reply via email to