aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index 7ba5ae232f..ed0537a09a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -253,17 +253,6 @@ AC_ARG_WITH([qt],
[use Qt @<:@default=yes, if available@:>@]),
with_qt="$withval", with_qt="unspecified")
-AC_ARG_WITH([gtk],
- AC_HELP_STRING( [--with-gtk=@<:@yes/no/2/3@:>@],
- [use GTK+ @<:@default=no@:>@]),
- AS_CASE([$withval],
- [yes], [with_gtk="3 2 fail"],
- [no], [with_gtk="no"],
- [3], [with_gtk="3 fail3"],
- [2], [with_gtk="2 fail2"],
- [AC_MSG_ERROR([--with-gtk must be one of yes/no/2/3])]),
- with_gtk="no")
-
# GnuTLS
# Version 3.0 switched from LGPLv2.1+ to LGPLv3+, then switched back to
# LGPLv2.1+ in version 3.1.10.