[gucharmap] Enable charmap by default



commit 1d25ad62262aae62d15e7a3b5468fe941842e69c
Author: Christian Persch <chpe gnome org>
Date:   Sat Jun 12 20:44:29 2010 +0200

    Enable charmap by default
    
    If you build both gtk2 and gtk3 versions, you'll have to choose yourself
    which one to disable.

 configure.ac |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b39d307..58c6765 100644
--- a/configure.ac
+++ b/configure.ac
@@ -151,12 +151,7 @@ AC_PATH_PROG([GCONFTOOL],[gconftool-2],[no])
 AC_MSG_CHECKING([whether to build the charmap programme])
 AC_ARG_ENABLE([charmap],
   [AS_HELP_STRING([--disable-charmap],[disable building the charmap programme])],
-  [],
-  [case "$with_gtk" in
-     2.0) enable_charmap=yes ;;
-     3.0) enable_charmap=no  ;;
-   esac
-  ])
+  [],[enable_charmap=yes])
 AC_MSG_RESULT([$enable_charmap])
 
 AM_CONDITIONAL([ENABLE_CHARMAP],[test "$enable_charmap" = "yes"])



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