aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2011-09-25 21:27:19 +0000
committerJörg Mayer <jmayer@loplof.de>2011-09-25 21:27:19 +0000
commit576ab168c9e5c99111ef1e2147589f4a7f1b72b2 (patch)
treeaf0840735cd6529336c3d56fd72b76fe63a6f22f /configure.in
parent420acb2fba82e515b54f0e2da4a4aa8054e7e705 (diff)
Get rid of (hopefully) all configure options to enable MAIN_MENU_USE_UIMANAGER
as it is the only option left. svn path=/trunk/; revision=39138
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.in b/configure.in
index 7a81a4d677..5873294e4c 100644
--- a/configure.in
+++ b/configure.in
@@ -820,14 +820,6 @@ else
GTK_OK=no
fi
-AC_ARG_ENABLE(ui-manager,
- AC_HELP_STRING( [--enable-ui-manager],
- [use ui-manager in Wireshark (experimental) @<:@default=yes@:>@]),
- enable_uimanager=$enableval,enable_uimanager=yes)
-if test x$enable_uimanager = xyes -o x$with_gtk3 = xyes; then
- AC_DEFINE(MAIN_MENU_USE_UIMANAGER, 1, [Use GTK ui-manager])
-fi
-
# GLib checks; we require GLib 2.14 or later, and require gmodule
# support, as we need that for dynamically loading plugins.
# If we found GTK+, this doesn't add GLIB_CFLAGS to CFLAGS, because