diff --git a/stepmania/configure.ac b/stepmania/configure.ac index 1a25857d59..03453b192a 100644 --- a/stepmania/configure.ac +++ b/stepmania/configure.ac @@ -198,7 +198,7 @@ AC_CHECK_DECL(truncf, , AC_DEFINE([NEED_TRUNCF],1,[Need truncf]), [#include ]) +AC_CHECK_DECLS([SIGPWR, SIGUSR1],,,[#include ]) 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" )