From 524b704349b4b9dc1d95188813eacfd5c6011daf Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 4 Aug 2011 15:42:41 +0100 Subject: Auto-load OSK GTK+ modules when OSK is enabled https://bugzilla.gnome.org/show_bug.cgi?id=655979 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fe31be1..5f863ad 100644 --- a/configure.ac +++ b/configure.ac @@ -92,6 +92,8 @@ if test x"$enable_gtk2_module" = x"yes"; then AC_SUBST(GTK2_MODULES_DIR) fi +AM_CONDITIONAL([ENABLE_GTK_MODULES], [test x"enable_gtk2_module" = x"yes" -o x"$enable_gtk3_module" = x"yes"]) + dnl == GSettings == GLIB_GSETTINGS -- cgit v1.2.1