summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2009-08-13 12:01:28 -0500
committerJonathon Jongsma <jjongsma@gnome.org>2009-08-13 12:01:28 -0500
commitfcfb011616994a4eae48be87f41195574b0ba11b (patch)
treea054cccbc098b48d957fe1d6625993490d19acc6 /configure.ac
parent342cd11c4861daa0d8f3687aa51574264a71c9a6 (diff)
Don't force tests to be enabled when CAIROMM_DEVEL is defined
This was hacked in to ensure that I always built with tests enabled, but the boost configure detection scripts are broken right now on my setup, so this just hinders my ability to get things done. remove it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 3d224ae..cc8d540 100644
--- a/configure.ac
+++ b/configure.ac
@@ -70,16 +70,6 @@ AC_ARG_ENABLE(tests,
ENABLE_TESTS=$enableval,
ENABLE_TESTS=auto)
-if test x$ENABLE_TESTS = xauto ; then
- dnl unless explicitly disabled, attempt to enable tests for developers and
- dnl disable it for others
- if test x$CAIROMM_DEVEL = xon ; then
- ENABLE_TESTS=yes
- else
- ENABLE_TESTS=no
- fi
-fi
-
if test x$ENABLE_TESTS = xyes ; then
#######################################################
#boost build system sucks no end.