summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2018-01-29 22:07:05 +0300
committermonsta <[email protected]>2018-01-29 22:07:05 +0300
commit32575e23107333add227eaa0501ae3cfe6d4fd8a (patch)
treeef8c338aee31ed910ac3e8ae77a01c528f2a7fc2
parent598ecb43a96e03b470c9e74b43dc1bc37f52bad5 (diff)
downloadatril-32575e23107333add227eaa0501ae3cfe6d4fd8a.tar.bz2
atril-32575e23107333add227eaa0501ae3cfe6d4fd8a.tar.xz
build: remove pre-GTK+3 option (how did I miss that?)
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 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