[Kde-imaging] extragear/libs/libkexiv2
Achim Bohnet
ach at mpe.mpg.de
Sun Jan 28 10:47:25 CET 2007
SVN commit 627799 by ach:
libkexiv2: Fix configure. PKGCONFIGFOUND was not set.
CCMAIL: kde-imaging at kde.org
M +5 -0 configure.in.in
--- trunk/extragear/libs/libkexiv2/configure.in.in #627798:627799
@@ -1,3 +1,6 @@
+AC_ARG_VAR(PKGCONFIGFOUND, [Path to pkg-config])
+AC_CHECK_PROG(PKGCONFIGFOUND, pkg-config,[yes])
+
#------------------------------------------------------------------
# Check for Exiv2 library
#------------------------------------------------------------------
@@ -5,6 +8,8 @@
have_exiv2='no'
if test "$PKGCONFIGFOUND" = "yes" ; then
KDE_PKG_CHECK_MODULES(EXIV2, exiv2 >= 0.12, have_exiv2=yes,have_exiv2=no)
+else
+ AC_MSG_WARN([pkg-config not found. You have to install pkg-config first. libkexiv2 depends on it.])
fi
if test "x$have_exiv2" != "xyes"; then
More information about the Kde-imaging
mailing list