diff options
Diffstat (limited to 'ext')
-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 c28a13aa..ee9afb3e 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -142,11 +142,11 @@ else MUSEPACK_DIR= endif -# if USE_MUSICBRAINZ -# MUSICBRAINZ_DIR=musicbrainz -# else +if USE_MUSICBRAINZ +MUSICBRAINZ_DIR=musicbrainz +else MUSICBRAINZ_DIR= -# endif +endif # if USE_NAS # NAS_DIR=nas |