[Kde-imaging] extragear/libs/libkexiv2

Caulier Gilles caulier.gilles at kdemail.net
Sun Jan 28 11:03:42 CET 2007


Le Dimanche 28 Janvier 2007 10:47, Achim Bohnet a écrit :
> 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

Thanks Achim. I have fixed digiKam configure.in.in file in the same way. 

Gilles


More information about the Kde-imaging mailing list