aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2018-04-05 09:03:04 +0200
committerAnders Broman <a.broman58@gmail.com>2018-04-05 13:31:06 +0000
commitd43210e6844e00877aa964bfe88b6c5d1f4ed3c5 (patch)
tree48492b91bddd6446e4f4b81bb37a1940e12401ff
parent4c4efd36f42ad527b4adfe9c719adab63506d12c (diff)
Autotools: Remove the "with GTK" option.
Change-Id: If285b832d56b759766a041156db5e3dcde5b47ad Reviewed-on: https://code.wireshark.org/review/26748 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
-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.