add --enable-tests

This commit is contained in:
Glenn Maynard
2004-02-18 01:19:01 +00:00
parent bf3da7b084
commit fa02a51460
+3
View File
@@ -160,6 +160,9 @@ case $host in
;;
esac
AC_ARG_ENABLE(tests, AC_HELP_STRING([--enable-tests], [Build test programs]), enable_tests=$enableval, enable_tests=no)
AM_CONDITIONAL(BUILD_TESTS, test "$enable_tests" = "yes" )
AC_CONFIG_FILES(Makefile)
AC_CONFIG_FILES(src/Makefile)
AC_OUTPUT