From d43210e6844e00877aa964bfe88b6c5d1f4ed3c5 Mon Sep 17 00:00:00 2001 From: AndersBroman Date: Thu, 5 Apr 2018 09:03:04 +0200 Subject: Autotools: Remove the "with GTK" option. Change-Id: If285b832d56b759766a041156db5e3dcde5b47ad Reviewed-on: https://code.wireshark.org/review/26748 Petri-Dish: Anders Broman Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- configure.ac | 11 ----------- 1 file changed, 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. -- cgit v1.2.3