gnome-control-center r8677 - trunk



Author: svu
Date: Mon Apr 28 22:01:03 2008
New Revision: 8677
URL: http://svn.gnome.org/viewvc/gnome-control-center?rev=8677&view=rev

Log:
dependency on iso-codes is in xklavier now

Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Apr 28 22:01:03 2008
@@ -416,21 +416,6 @@
                    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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]