From bf14047e3c150f293571fb710e0bf291122a94ac Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Thu, 27 Mar 2003 23:46:03 +0000 Subject: [PATCH] Correct handling of failture to detect alsa. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@822 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 808f88ea..af0872fb 100644 --- a/configure.in +++ b/configure.in @@ -43,7 +43,7 @@ AC_MSG_CHECKING(if compiler allows __attribute__) AC_TRY_COMPILE([], [typedef struct { } __attribute__ ((packed)) junk;], [ AC_MSG_RESULT(yes);AC_DEFINE(C_HAS_ATTRIBUTE)],AC_MSG_RESULT(no)) -AM_PATH_ALSA(0.9.0, [AC_DEFINE(HAVE_ALSA, 1, [Define to use ALSA for MIDI])]) +AM_PATH_ALSA(0.9.0, AC_DEFINE(HAVE_ALSA,1,[Define to 1 to use ALSA for MIDI]) , : ) #Check for big endian machine, should #define WORD_BIGENDIAN if so AC_C_BIGENDIAN