diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
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 | |||
| 21 | AC_PROG_CC | 21 | AC_PROG_CC |
| 22 | AC_PROG_INSTALL | 22 | AC_PROG_INSTALL |
| 23 | 23 | ||
| 24 | # Optional test build | ||
| 25 | AC_ARG_ENABLE(test, | ||
| 26 | AC_HELP_STRING([--enable-test], | ||
| 27 | [Build test programs [[default=auto]]]), | ||
| 28 | [build_test="$enableval"], | ||
| 29 | [build_test="auto"]) | ||
| 30 | AM_CONDITIONAL(BUILD_TEST, [ test "$build_test" != "no" ]) | ||
| 31 | |||
| 32 | # Initialize X.Org macros | 24 | # Initialize X.Org macros |
| 33 | m4_ifndef([XORG_MACROS_VERSION], | 25 | m4_ifndef([XORG_MACROS_VERSION], |
| 34 | [m4_fatal([must install xorg-macros 1.5 or later before running autoconf/autogen])]) | 26 | [m4_fatal([must install xorg-macros 1.5 or later before running autoconf/autogen])]) |
