[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:46:52 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=b755292

The following commit has been merged in the master branch:
commit b755292dc8ae8532a83a2120949df4b58bfda773
Author: Robin Mills <robin at clanmills.com>
Date:   Thu Sep 8 10:41:48 2016 +0000

    Fixed typo causing ./configure to display erroneous  "./configure: line 17274: f: command not found"
---
 config/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/configure.ac b/config/configure.ac
index 2e5f484..35476ec 100644
--- a/config/configure.ac
+++ b/config/configure.ac
@@ -276,7 +276,7 @@ if test "$USE_XMP_TOOLKIT" = "yes"; then
     PTHREAD_LIBS=
     if test "$with_expat" != "no"; then
         AC_CHECK_HEADERS(expat.h,
-            AC_CHECK_LIB(expat, XML_ParserCreate,[f
+            AC_CHECK_LIB(expat, XML_ParserCreate,[
                 AC_DEFINE([HAVE_EXPAT], [], [Have Expat XML parser library])
                 EXPAT_LIBS="-lexpat"
                 if test "x${EXPAT_DIR}" != "x"; then

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list