summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 1bd920e74b..e4673efbca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1658,12 +1658,6 @@ if test "x$enable_wireshark" = "xyes"; then
GUI_CONFIGURE_FLAGS="$GUI_CONFIGURE_FLAGS --with-qt"
#
- # XXX - greasy hack to make ui/gtk/recent.c
- # compile.
- #
- CPPFLAGS="-DQT_GUI_LIB"
-
- #
# We're building with Qt, so we need the Qt build
# tools in order to build the Wireshark GUI.
# We've found a particular major version of Qt,