aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-29 17:00:59 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2011-07-29 17:00:59 +0000
commitc1172b2a73cdd1a0eefd170270c7703218c82ebb (patch)
tree1aeaa8b2adce6bb78b44a09dbbe2ec4291bba6bf /configure.in
parent5ae2fbd77e54bd827e3e436135ac5ef4aacfe076 (diff)
Try build with GSEAL_ENABLE if not gtk3 again.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38261 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 9f6eb8888c..11f33a5998 100644
--- a/configure.in
+++ b/configure.in
@@ -732,6 +732,10 @@ AC_ARG_ENABLE(wireshark,
enable_wireshark=$enableval,enable_wireshark=yes)
if test x$enable_wireshark = xyes; then
CFLAGS="-DGTK_DISABLE_SINGLE_INCLUDES $CFLAGS"
+ if test "x$with_gtk3" != "xyes"; then
+ # Enable GSEAL when not building with GTK3
+ CFLAGS="-DGSEAL_ENABLE $CFLAGS"
+ fi
fi
AC_ARG_ENABLE(ui-manager,