From 28389db8a16bfeb9cad38a538b2361210ed05627 Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Sun, 25 Nov 2012 05:23:51 +0900 Subject: [PATCH] configure: clean up unused CFG_IM Change-Id: I91a09e29a3bf79610a34c30ffe9c145c7e76d1b6 Reviewed-by: Lars Knoll Reviewed-by: Oswald Buddenhagen --- configure | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure b/configure index a4493693e7e..303244315a7 100755 --- a/configure +++ b/configure @@ -797,7 +797,6 @@ CFG_HOST_CPUFEATURES= OPT_OBSOLETE_HOST_ARG=no CFG_USE_GNUMAKE=no -CFG_IM=yes CFG_XINPUT2=auto CFG_XINPUT=runtime CFG_XKB=auto @@ -6257,7 +6256,6 @@ echo "Xi2 support ............ $CFG_XINPUT2" echo "MIT-SHM support ........ $CFG_MITSHM" echo "FontConfig support ..... $CFG_FONTCONFIG" echo "XKB Support ............ $CFG_XKB" -echo "immodule support ....... $CFG_IM" echo "GTK theme support ...... $CFG_QGTKSTYLE" [ "$CFG_SQL_mysql" != "no" ] && echo "MySQL support .......... $CFG_SQL_mysql"