Wireshark-commits: [Wireshark-commits] master-2.0 5690797: autotools: Remove old hack and bugfix CP

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 15 Jan 2016 01:51:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=56907978cb998cb4fad50f5cc3d804358c6cfe10
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

5690797 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    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@xxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 42f64a58133aac9d25345e11ca365ec906bca225)
    Reviewed-on: https://code.wireshark.org/review/13302
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  1942c8a   [BER] Fix Wireshark heap-based out-of-bounds read in dissect_ber_constrained_bitstring
    adds  5690797   autotools: Remove old hack and bugfix CPPFLAGS


Summary of changes:
 configure.ac |    6 ------
 1 file changed, 6 deletions(-)