summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/configure.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 26fdba0dfb..2f763b0c02 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -624,6 +624,12 @@ fi
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