ext/Makefile.am: Only disable the ext/timidity directory if both, wildmidi _and_ timidity are not available.

Original commit message from CVS:
* ext/Makefile.am:
Only disable the ext/timidity directory if both, wildmidi
_and_ timidity are not available.
This commit is contained in:
Sebastian Dröge 2008-02-24 09:57:42 +00:00
parent 48ce4915e1
commit 65c75b862c
2 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2008-02-24 Sebastian Dröge <slomo@circular-chaos.org>
* ext/Makefile.am:
Only disable the ext/timidity directory if both, wildmidi
_and_ timidity are not available.
2008-02-24 Sebastian Dröge <slomo@circular-chaos.org>
Patch by: Emilio Pozuelo Monfort <pochu at ubuntu dot com>

View file

@ -198,15 +198,17 @@ endif
if USE_TIMIDITY
TIMIDITY_DIR=timidity
else
TIMIDITY_DIR=
endif
if USE_WILDMIDI
TIMIDITY_DIR=timidity
else
endif
if !USE_WILDMIDI
if !USE_TIMIDITY
TIMIDITY_DIR=
endif
endif
# if USE_POLYP
# POLYP_DIR=polyp