Removed building with GSEAL_ENABLE, does not work yet.

svn path=/trunk/; revision=38256
This commit is contained in:
Stig Bjørlykke 2011-07-29 12:06:24 +00:00
parent 693ebda5d8
commit 4f3bcc86cc
1 changed files with 0 additions and 4 deletions

View File

@ -732,10 +732,6 @@ 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,