Wireshark-commits: [Wireshark-commits] master 42f64a5: autotools: Remove old hack and bugfix CPPFLA

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 14 Jan 2016 22:46:30 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=42f64a58133aac9d25345e11ca365ec906bca225
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

42f64a5 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>
    

Actions performed:

    from  f146fc2   Adding Device Temperature Configuration Cluster for Zigbee
    adds  42f64a5   autotools: Remove old hack and bugfix CPPFLAGS


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