[gedit-plugins] Do not check for gucharmap.



commit e5a4127e36d32335dddd2acf28776c766bba3148
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue Dec 21 16:59:42 2010 +0100

    Do not check for gucharmap.

 configure.ac |   23 -----------------------
 1 files changed, 0 insertions(+), 23 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ea67f69..a280882 100644
--- a/configure.ac
+++ b/configure.ac
@@ -218,29 +218,6 @@ then
 fi
 
 # ================================================================
-# gucharmap
-# ================================================================
-plugin_defined charmap
-if test "$?" = 1
-then
-	GUCHARMAP_REQUIRED=2.33.0
-	PKG_CHECK_MODULES([GUCHARMAP],
-		[gucharmap-2.90 >= $GUCHARMAP_REQUIRED],
-		[have_gucharmap=yes],[have_gucharmap=no])
-
-	if test "$have_gucharmap" = "no"; then
-		plugin_defined_explicit charmap
-		if test "$?" = 1
-		then
-			AC_MSG_ERROR([gucharmap could not be found, needed to built charmap plugin])
-		else
-			AC_MSG_WARN([gucharmap could not be found, charmap plugin will be disabled])
-			undef_plugin charmap "libgucharmap not found"
-		fi
-	fi
-fi
-
-# ================================================================
 # Synctex (dbus-python)
 # ================================================================
 plugin_defined synctex



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