summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-06-16 14:39:09 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-06-21 18:25:47 +0200
commitbf256a696d77a116834fca266fc557ae3fe34c62 (patch)
tree4c22c352db9bc87fe656937eef63e2977cdf5957 /configure.ac
parent1cf3cb04083ee320786bd19edc347c29951cd3ae (diff)
build: use gtester testing support and remove '--with-tests' configure switch
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac
index 51caa2d..c5a3799 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,18 +87,6 @@ AC_SUBST(GLIB_MKENUMS)
dnl Documentation
GTK_DOC_CHECK(1.0)
-dnl Tests
-AC_ARG_WITH(tests, AS_HELP_STRING([--with-tests], [Build libmbim tests]))
-AM_CONDITIONAL(WITH_TESTS, test "x$with_tests" = "xyes")
-case $with_tests in
- yes)
- with_tests=yes
- ;;
- *)
- with_tests=no
- ;;
-esac
-
AC_CONFIG_FILES([Makefile
build-aux/Makefile
build-aux/templates/Makefile
@@ -125,6 +113,5 @@ echo "
compiler: ${CC}
cflags: ${CFLAGS}
Maintainer mode: ${USE_MAINTAINER_MODE}
- Tests: ${with_tests}
Documentation: ${enable_gtk_doc}
"