[master] 7c59611 Get rid of --enable-tests

Guillaume Quintard guillaume at varnish-software.com
Thu Mar 3 09:41:40 CET 2016


commit 7c596115a69ac810e14e4371c2fe91f30c278fa1
Author: Guillaume Quintard <guillaume at varnish-software.com>
Date:   Wed Mar 2 16:58:45 2016 +0100

    Get rid of --enable-tests

diff --git a/configure.ac b/configure.ac
index 29afdfa..be1ea74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -635,11 +635,6 @@ AC_ARG_ENABLE(debugging-symbols,
 
 AC_SUBST(AM_LT_LDFLAGS)
 
-# --enable-tests
-AC_ARG_ENABLE(tests,
-	AS_HELP_STRING([--enable-tests],[build test programs (default is NO)]))
-AM_CONDITIONAL([ENABLE_TESTS], [test x$enable_tests = xyes])
-
 # Command line for compiling VCL code.  I wish there were a simple way
 # to figure this out dynamically without introducing a run-time
 # dependency on libtool.



More information about the varnish-commit mailing list