From 8c19823f0b4d6fce9676bc6cdca4bb2edf44ce58 Mon Sep 17 00:00:00 2001 From: Oz N Tiram Date: Tue, 14 Jun 2016 15:08:11 +0200 Subject: Modify glade file for the new glade format and use it for gtk3 * Add glade ui for gtk+3 * Remove usage of things like GTKHBox, GTKHButtonBox and other deprecated widgets --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index af693de0..3f161f34 100644 --- a/configure.ac +++ b/configure.ac @@ -92,6 +92,8 @@ esac AC_SUBST(GTK_API_VERSION) AC_SUBST(GTK_REQUIRED) +AM_CONDITIONAL([WITH_GTK3],[test "$with_gtk" = "3.0"]) + # common checks PKG_CHECK_MODULES(GLIB, glib-2.0 >= $GLIB_REQUIRED) AC_SUBST(GLIB_CFLAGS) -- cgit v1.2.1