diff options
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index e20bd182..ded23a78 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -76,11 +76,11 @@ endif HERMES_DIR= # endif -# if USE_IVORBIS -# IVORBIS_DIR=ivorbis -# else -IVORBIS_DIR= -# endif +if USE_IVORBIS + IVORBIS_DIR=ivorbis +else + IVORBIS_DIR= +endif # if USE_JACK # JACK_DIR=jack |