make sure HAVE_JACK gets defined when it should

This commit is contained in:
Bill Currie 2007-05-17 10:14:25 +00:00 committed by Jeff Teunissen
parent 4d1a927be6
commit 2becf1d1c1

View file

@ -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