aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-12-16 16:06:16 +0100
committerMax Kellermann <max@duempel.org>2009-12-16 15:55:37 +0100
commitbd97586cc48431ebb3e5be7cdfcae435458dc508 (patch)
treed5f03238a3015631c2e28236b6d7ac8af7fdf92a /configure.ac
parentc3e0fbd9e4d05a751fb8b32a3524cfa9c95c1994 (diff)
archive/iso: renamed plugin to "iso9660"
Based on libiso9660.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9f021912..d2313a65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -378,9 +378,9 @@ AC_ARG_ENABLE(iso9660,
MPD_AUTO_PKG(iso9660, ISO9660, [libiso9660],
[libiso9660 archive library], [libiso9660 not found])
-AM_CONDITIONAL(HAVE_ISO, test x$enable_iso9660 = xyes)
+AM_CONDITIONAL(HAVE_ISO9660, test x$enable_iso9660 = xyes)
if test x$enable_iso9660 = xyes; then
- AC_DEFINE(HAVE_ISO, 1, [Define to have iso archive support])
+ AC_DEFINE(HAVE_ISO9660, 1, [Define to have ISO9660 archive support])
fi
dnl archive API