From 055e12b94788ecdece8e655688d941e7acf0ce29 Mon Sep 17 00:00:00 2001 From: "Sergey V. Udaltsov" Date: Mon, 28 Apr 2008 22:01:03 +0000 Subject: [PATCH] dependency on iso-codes is in xklavier now svn path=/trunk/; revision=8677 --- ChangeLog | 8 ++++++++ configure.in | 15 --------------- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index ed81fc819..5b93ba41f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-04-28 Sergey Udaltsov + + * configure.in: Dependency on iso-codes moved to libxklavier + +2008-04-27 Sergey Udaltsov + + * configure.in: Introduced dependency on libxklavier 3.6 + 2008-04-21 Rodrigo Moya * NEWS: diff --git a/configure.in b/configure.in index ed195d5ed..05febf9eb 100644 --- a/configure.in +++ b/configure.in @@ -416,21 +416,6 @@ AC_ARG_ENABLE(update-mimedb, enable_update_mimedb=yes) AM_CONDITIONAL(ENABLE_UPDATE_MIMEDB, test x$enable_update_mimedb = xyes) -dnl ----------------------------------------------------------- -dnl ISO codes -dnl ----------------------------------------------------------- -AC_MSG_CHECKING([whether iso-codes exists]) -if $PKG_CONFIG iso-codes > /dev/null ; then - AC_MSG_RESULT([yes]) - iso_codes_prefix=`$PKG_CONFIG --variable=prefix iso-codes` - iso_codes_pkgconfig=iso-codes - have_iso_codes=yes -else - AC_MSG_RESULT([no]) - AC_MSG_ERROR([You must have iso-codes.]) -fi - -AC_DEFINE_UNQUOTED([ISO_CODES_PREFIX],["$iso_codes_prefix"],[ISO codes prefix]) AC_CONFIG_FILES([ Makefile