Correct handling of failture to detect alsa.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@822
This commit is contained in:
parent
da94184eda
commit
bf14047e3c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue