configure.ac: remove redundant declaration "HAVE_ISO9660"
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user