mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
make sure HAVE_JACK gets defined when it should
This commit is contained in:
parent
4d1a927be6
commit
2becf1d1c1
1 changed files with 1 additions and 0 deletions
|
@ -1042,6 +1042,7 @@ if test "x$enable_jack" != "xno"; then
|
|||
if test "x$PKG_CONFIG" != "x"; then
|
||||
PKG_CHECK_MODULES([JACK], [jack], HAVE_JACK=yes, HAVE_JACK=no)
|
||||
if test "x$HAVE_JACK" = "xyes"; then
|
||||
AC_DEFINE(HAVE_JACK, 1, [Define if you have libjack])
|
||||
SOUND_TYPES="$SOUND_TYPES JACK"
|
||||
fi
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue