Improving and cleaning configure script

This commit is contained in:
Andreas Eversberg
2018-02-16 15:53:48 +01:00
parent 56f07a473d
commit a57a5c0122
4 changed files with 14 additions and 42 deletions

View File

@@ -44,7 +44,7 @@ if HAVE_SDR
AM_CPPFLAGS += -DHAVE_SDR
endif
if ENABLE_MAGICK
AM_CPPFLAGS += -DWITH_MAGICK
if HAVE_MAGICK
AM_CPPFLAGS += -DHAVE_MAGICK
endif