From 3557acb6a9eec0c0d752a1f3d783b5f50bc19e1b Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 5 Jul 2010 08:01:41 +0200 Subject: Build test utilities unconditionally, do not install The test programs in the package are command-line utilities which can be used to generate MT code mappings for header files, and debug hardware problems, and should not be installed. With this patch, tests are built unconditionally, but not installed. Signed-off-by: Peter Hutterer Signed-off-by: Henrik Rydberg --- configure.ac | 8 -------- 1 file changed, 8 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b802fa4..7e994b6 100644 --- a/configure.ac +++ b/configure.ac @@ -21,14 +21,6 @@ AC_PROG_LIBTOOL AC_PROG_CC AC_PROG_INSTALL -# Optional test build -AC_ARG_ENABLE(test, - AC_HELP_STRING([--enable-test], - [Build test programs [[default=auto]]]), - [build_test="$enableval"], - [build_test="auto"]) -AM_CONDITIONAL(BUILD_TEST, [ test "$build_test" != "no" ]) - # Initialize X.Org macros m4_ifndef([XORG_MACROS_VERSION], [m4_fatal([must install xorg-macros 1.5 or later before running autoconf/autogen])]) -- cgit v1.2.3