From a551ff23f1cfd402a590c1bb322bc4fce086389c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 2 Sep 2003 19:28:43 +0000 Subject: [PATCH] add test for inttypes.h --- stepmania/configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/configure.ac b/stepmania/configure.ac index 398873223d..26350e2928 100644 --- a/stepmania/configure.ac +++ b/stepmania/configure.ac @@ -73,6 +73,8 @@ if test x$enable_gtk2 = xyes; then fi AC_CHECK_HEADER(linux/soundcard.h, [AC_DEFINE(HAVE_OSS, 1, [OSS support available])]) +AC_CHECK_HEADERS([inttypes.h]) + AM_CONDITIONAL(HAVE_ALSA, test x$alsa != xfalse ) AM_CONDITIONAL(HAVE_GTK, test "$enable_gtk2" != "no" ) AM_CONDITIONAL(HAVE_OSS, test x$ac_cv_header_linux_soundcard_h = xyes )