[evince] Remove the configure option for tests since we don't have tests anymore



commit 86715b088de2ea15ecf9b3cbc40463113945c5d5
Author: Carlos Garcia Campos <carlosgc gnome org>
Date:   Wed Jul 23 15:34:18 2014 +0200

    Remove the configure option for tests since we don't have tests anymore

 Makefile.am  |    4 ----
 configure.ac |    8 --------
 2 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index c9c0733..3d87903 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,10 +17,6 @@ SUBDIRS += \
        po \
        help
 
-if ENABLE_TESTS
-SUBDIRS += test
-endif
-
 if ENABLE_THUMBNAILER
 SUBDIRS += thumbnailer
 endif
diff --git a/configure.ac b/configure.ac
index c7ac2a2..4bbeeee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -343,13 +343,6 @@ if test "x$enable_debug" = "xyes"; then
    DEBUG_FLAGS="-DEV_ENABLE_DEBUG"
 fi
 
-AC_ARG_ENABLE([tests],
-       AS_HELP_STRING([--enable-tests], [Enable the tests]),
-       [enable_tests=$enableval],
-       [enable_tests=yes])
-
-AM_CONDITIONAL(ENABLE_TESTS, test x$enable_tests = xyes)
-
 LIBDOCUMENT_CFLAGS="$LIBDOCUMENT_CFLAGS $DEBUG_FLAGS"
 LIBDOCUMENT_LIBS="$LIBDOCUMENT_LIBS"
 AC_SUBST(LIBDOCUMENT_CFLAGS)
@@ -898,7 +891,6 @@ Evince configure summary
 
 Platform .................:  $with_platform
 Debug mode ...............:  $enable_debug
-Tests ....................:  $enable_tests
 
 
 FRONTENDS


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]