diff options
author | Max Kellermann <max@duempel.org> | 2014-12-22 10:18:06 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-22 10:19:13 +0100 |
commit | 8fab855099f61de50df8d9cf5724fc0fa7203561 (patch) | |
tree | a5b1f537d3281bf5ad9e23806cc163e255f3fd56 /configure.ac | |
parent | 062fef36f984bc40e824c0ce70d001e790383854 (diff) | |
download | mpd-8fab855099f61de50df8d9cf5724fc0fa7203561.tar.gz mpd-8fab855099f61de50df8d9cf5724fc0fa7203561.tar.xz mpd-8fab855099f61de50df8d9cf5724fc0fa7203561.zip |
configure.ac: remove redundant declaration "HAVE_ISO9660"
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 7c38db9b3..e92aaf5cf 100644 --- a/configure.ac +++ b/configure.ac @@ -785,10 +785,7 @@ dnl --------------------------------- iso9660 --------------------------------- MPD_ENABLE_AUTO_PKG(iso9660, ISO9660, [libiso9660], [libiso9660 archive plugin], [libiso9660 not found]) -AM_CONDITIONAL(HAVE_ISO9660, test x$enable_iso9660 = xyes) if test x$enable_iso9660 = xyes; then - AC_DEFINE(HAVE_ISO9660, 1, [Define to have ISO9660 archive support]) - AC_PATH_PROG(MKISOFS, mkisofs, no) else MKISOFS="no" |