summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-26 13:10:02 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-05-26 13:18:28 +0100
commitc7f56da57ed50073ed8604ec5f635a1b3830ed89 (patch)
treec60b053709d50bdbe688e888445217bf32c27aab /configure.ac
parent0441d12aa7256747af7d510b288231dac31ddb15 (diff)
Always build tests; remove --disable-tests option
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac
index a246537c..eae86cea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -169,21 +169,6 @@ fi
AC_SUBST(CHANDLERS_DIR)
AC_DEFINE_UNQUOTED(CHANDLERS_DIR,"$CHANDLERS_DIR", [Directory for channel handlers])
-test_enabled="yes"
-AC_MSG_CHECKING(whether to build tests)
-AC_ARG_ENABLE(tests,
- [ --disable-tests don't build tests. default: enable them],
- [
- AC_MSG_RESULT(${enableval})
- test_enabled="${enableval}"
- ],
- [
- AC_MSG_RESULT([yes (default)])
- test_enabled="yes"
- ]
-)
-AM_CONDITIONAL(HAVE_TESTS, [test x$test_enabled = xyes])
-
examples_enabled="yes"
AC_MSG_CHECKING(whether to build examples)
AC_ARG_ENABLE(examples,