configure.ac: detect libiso9660 with pkg-config
Fail if the iso9660 plugin is enabled but not found.
This commit is contained in:
@@ -270,9 +270,11 @@ endif
|
||||
# archive plugins
|
||||
|
||||
ARCHIVE_CFLAGS = \
|
||||
$(ISO9660_CFLAGS) \
|
||||
$(ZZIP_CFLAGS)
|
||||
|
||||
ARCHIVE_LIBS = \
|
||||
$(ISO9660_LIBS) \
|
||||
$(ZZIP_LIBS)
|
||||
|
||||
ARCHIVE_SRC =
|
||||
|
||||
Reference in New Issue
Block a user