The installation of libcdio++.pc and libiso9660++.pc should be dependent on ENABLE_CXX_BINDINGS, not ENABLE_CPP. Bug #25202 from Yaakov Selkowitz

This commit is contained in:
R. Bernstein
2008-12-28 22:56:37 -05:00
parent 29fc72a06d
commit 7ec21fe4e1

View File

@@ -50,7 +50,7 @@ pkgconfig_DATA = libcdio.pc \
libudf.pc \
$(paranoiapcs)
if ENABLE_CPP
if ENABLE_CXX_BINDINGS
pkgconfig_DATA += \
libcdio++.pc \
libiso9660++.pc