Build with GSEAL_ENABLE if not gtk3.

svn path=/trunk/; revision=38255
This commit is contained in:
Stig Bjørlykke 2011-07-29 11:04:58 +00:00
parent 8c48b5f932
commit 693ebda5d8
1 changed files with 4 additions and 0 deletions

View File

@ -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,