This commit is contained in:
Glenn Maynard
2004-06-12 07:46:40 +00:00
parent da2cd0686c
commit e9a6c74745
+3
View File
@@ -204,6 +204,9 @@ case $host in
;;
esac
# If you're using autoconf, you're in "Unix", as far as we're concerned.
AC_DEFINE(UNIX, 1, [Unix])
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" )