[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:38:23 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=a06020f
The following commit has been merged in the master branch:
commit a06020f8e55e1580096c7cd830a457711ebe5db0
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Sat Mar 17 08:59:26 2007 +0000
More NLS and libiconv configuration tweaks
---
config/configure.ac | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/config/configure.ac b/config/configure.ac
index bd65516..84b68b2 100644
--- a/config/configure.ac
+++ b/config/configure.ac
@@ -34,14 +34,7 @@ AC_PROG_RANLIB
# ---------------------------------------------------------------------------
# i18n support
# ---------------------------------------------------------------------------
-AC_MSG_CHECKING([whether to build with NLS ])
-AC_ARG_ENABLE(nls,
- ,
- USE_NLS=$enableval, USE_NLS=yes)
-AC_MSG_RESULT($USE_NLS)
-if test "$USE_NLS" = "yes"; then
- AM_GNU_GETTEXT([external])
-fi
+AM_GNU_GETTEXT([external])
# ---------------------------------------------------------------------------
# Libtool support
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list