diff options
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index 8dce1a47..0511c9ad 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -106,11 +106,11 @@ else IVORBIS_DIR= endif -# if USE_JACK -# JACK_DIR=jack -# else +if USE_JACK +JACK_DIR=jack +else JACK_DIR= -# endif +endif # if USE_LCS # LCS_DIR=lcs |