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 b906e19c..08b2d52a 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -40,11 +40,11 @@ else BZ2_DIR= endif -# if USE_CDAUDIO -# CDAUDIO_DIR=cdaudio -# else +if USE_CDAUDIO +CDAUDIO_DIR=cdaudio +else CDAUDIO_DIR= -# endif +endif # if USE_DIRAC # DIRAC_DIR=dirac |