diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2009-08-13 12:01:28 -0500 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2009-08-13 12:01:28 -0500 |
commit | fcfb011616994a4eae48be87f41195574b0ba11b (patch) | |
tree | a054cccbc098b48d957fe1d6625993490d19acc6 | |
parent | 342cd11c4861daa0d8f3687aa51574264a71c9a6 (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.
-rw-r--r-- | configure.ac | 10 |
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. |