From e1f0c5347c2eb96adb997679d61e12f655d3fe28 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 13 Apr 2009 20:47:28 +0200 Subject: configure.ac: detect libiso9660 with pkg-config Fail if the iso9660 plugin is enabled but not found. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4f460b2bb..2b77a3ba2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -270,9 +270,11 @@ endif # archive plugins ARCHIVE_CFLAGS = \ + $(ISO9660_CFLAGS) \ $(ZZIP_CFLAGS) ARCHIVE_LIBS = \ + $(ISO9660_LIBS) \ $(ZZIP_LIBS) ARCHIVE_SRC = -- cgit v1.2.3