mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-23 02:41:30 +00:00
Helping out with the fixup of win32 builds on cygwin's new,
apparently very weird, automake version 1.5.
This commit is contained in:
parent
36de3c147e
commit
969961628d
1 changed files with 8 additions and 2 deletions
10
configure.ac
10
configure.ac
|
@ -668,7 +668,9 @@ QF_maGiC_VALUE
|
|||
#endif
|
||||
],
|
||||
SOUND_TYPES="$SOUND_TYPES OSS"
|
||||
HAVE_OSS=yes,
|
||||
HAVE_OSS=yes
|
||||
OSS_LIBS=
|
||||
,
|
||||
AC_EGREP_CPP([QF_maGiC_VALUE],
|
||||
[
|
||||
#include <linux/soundcard.h>
|
||||
|
@ -677,7 +679,9 @@ QF_maGiC_VALUE
|
|||
#endif
|
||||
],
|
||||
SOUND_TYPES="$SOUND_TYPES OSS"
|
||||
HAVE_OSS=yes,
|
||||
HAVE_OSS=yes
|
||||
OSS_LIBS=
|
||||
,
|
||||
AC_EGREP_CPP([QF_maGiC_VALUE],
|
||||
[
|
||||
#include <machine/soundcard.h>
|
||||
|
@ -687,11 +691,13 @@ QF_maGiC_VALUE
|
|||
],
|
||||
SOUND_TYPES="$SOUND_TYPES OSS"
|
||||
HAVE_OSS=yes
|
||||
OSS_LIBS=
|
||||
)
|
||||
)
|
||||
)
|
||||
fi
|
||||
AC_SUBST(HAVE_OSS)
|
||||
AC_SUBST(OSS_LIBS)
|
||||
|
||||
dnl SDL digital audio
|
||||
if test "x$HAVE_SDL" = "xyes"; then
|
||||
|
|
Loading…
Reference in a new issue