digikam/accept-old-libexiv2.diff

12 lines
379 B
Diff

--- digikam/configure.in.in 2007/01/03 19:01:44 1.1
+++ digikam/configure.in.in 2007/01/03 19:02:04
@@ -216,7 +216,7 @@
have_exiv2='no'
if test "$PKGCONFIGFOUND" = "yes" ; then
- KDE_PKG_CHECK_MODULES(EXIV2, exiv2 >= 0.12, have_exiv2=yes,have_exiv2=no)
+ KDE_PKG_CHECK_MODULES(EXIV2, exiv2 >= 0.11, have_exiv2=yes,have_exiv2=no)
fi
if test "x$have_exiv2" != "xyes"; then