diff options
author | João Valverde <joao.valverde@tecnico.ulisboa.pt> | 2016-01-14 14:59:59 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2016-01-15 01:50:57 +0000 |
commit | 56907978cb998cb4fad50f5cc3d804358c6cfe10 (patch) | |
tree | 797e396ea6b930c39a7faf4e0735af8f08bb8a01 | |
parent | 1942c8a6eeb3741d83e9fcf2e8ea1e3643c21669 (diff) | |
download | wireshark-56907978cb998cb4fad50f5cc3d804358c6cfe10.tar.gz wireshark-56907978cb998cb4fad50f5cc3d804358c6cfe10.tar.bz2 wireshark-56907978cb998cb4fad50f5cc3d804358c6cfe10.zip |
autotools: Remove old hack and bugfix CPPFLAGS
This was intended to be set as:
CPPFLAGS="$CPPFLAGS -DQT_GUI_LIB"
but got misplaced/misfixed.
It is unsetting all the previous CPPFLAGS in autoconf.
No longer needed, remove.
Change-Id: I0c87b5f68917ef4a9eb45735ed4255c8952908d9
Reviewed-on: https://code.wireshark.org/review/13293
Petri-Dish: João Valverde <j@v6e.pt>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
(cherry picked from commit 42f64a58133aac9d25345e11ca365ec906bca225)
Reviewed-on: https://code.wireshark.org/review/13302
Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 0dfa4aeb56..ec52101f24 100644 --- a/configure.ac +++ b/configure.ac @@ -1655,12 +1655,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, |