fix HAVE_JACK being undefined

Holy inconsistency, let's just kill it with waf.
This commit is contained in:
wm4 2013-11-04 00:48:29 +01:00
parent 222cfe7fe6
commit 00de1320b0
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -2391,6 +2391,7 @@ if test "$_jack" = yes ; then
def_jack='#define HAVE_JACK 1'
aomodules="jack $aomodules"
else
def_jack='#define HAVE_JACK 0'
noaomodules="jack $noaomodules"
fi
echores "$_jack"