aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-31 13:32:05 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-31 13:32:05 +0000
commitd53fefbd7dd785ceb6f38c81ef3dc0f9a6d3f675 (patch)
treee880d16ce395b307546c87f26bcdf83cac0ce636 /configure.in
parent8266844a38edd39e30db93037b56ad42c3482a8a (diff)
Configuring with --enable-ui-manager would not work - fix this.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38287 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index bc921bc565..3c880361cc 100644
--- a/configure.in
+++ b/configure.in
@@ -743,7 +743,7 @@ AC_ARG_ENABLE(ui-manager,
[use ui-manager in Wireshark (experimental) @<:@default=no@:>@]),
enable_uimanager=$enableval,enable_uimanager=no)
if test x$enable_uimanager = xyes; then
- AC_DEFINE(UI_MANAGER, 1, [Use GTK ui-manager])
+ AC_DEFINE(MAIN_MENU_USE_UIMANAGER, 1, [Use GTK ui-manager])
CFLAGS="-DGTK_DISABLE_DEPRECATED $CFLAGS"
fi