From e9a6c7474535acc7657870929b1d60861dc121d2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 12 Jun 2004 07:46:40 +0000 Subject: [PATCH] -DUNIX --- stepmania/configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stepmania/configure.ac b/stepmania/configure.ac index 878de1812a..79df80a463 100644 --- a/stepmania/configure.ac +++ b/stepmania/configure.ac @@ -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" )