From 32575e23107333add227eaa0501ae3cfe6d4fd8a Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 29 Jan 2018 22:07:05 +0300 Subject: build: remove pre-GTK+3 option (how did I miss that?) --- configure.ac | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/configure.ac b/configure.ac index e0ec91eb..f5cc5915 100644 --- a/configure.ac +++ b/configure.ac @@ -83,16 +83,6 @@ AC_SUBST([EV_INTLTOOL_ATRIL_BACKEND_RULE]) GLIB_GSETTINGS -AC_MSG_CHECKING([which gtk+ version to compile against]) -AC_ARG_WITH([gtk], - [AS_HELP_STRING([--with-gtk=2.0|3.0], [which gtk+ version to compile against (default: 2.0)])], - [case "$with_gtk" in - 2.0|3.0) ;; - *) AC_MSG_ERROR([invalid gtk version specified]) ;; - esac], - [with_gtk=2.0]) -AC_MSG_RESULT([$with_gtk]) - dnl Specify required versions of dependencies CAIRO_REQUIRED=1.10.0 GLIB_REQUIRED=2.36.0 -- cgit v1.2.1