Wireshark-commits: [Wireshark-commits] master 6c290e2: configure: fix cache var handling

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 29 Mar 2016 12:16:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6c290e2b66be79ad6e7dc58e779adf38d0bc0670
Submitter: João Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6c290e2 by Mike Frysinger (vapier@xxxxxxxxxxxx):

    configure: fix cache var handling
    
    Need to use the AC_CACHE_CHECK macro in order for the cache vars to be
    loaded+checked, otherwise the vars here are just plain variables.  This
    also allows people to control the various tests when cross-compiling.
    
    Bug: 9912
    Change-Id: I119eb87807098c84520954dd34cbd0ddd1b6ccb0
    Reviewed-on: https://code.wireshark.org/review/14683
    Petri-Dish: João Valverde <j@xxxxxx>
    Tested-by: João Valverde <j@xxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: João Valverde <j@xxxxxx>
    

Actions performed:

    from  130ecc3   Fix modeline definitions
    adds  6c290e2   configure: fix cache var handling


Summary of changes:
 configure.ac |   31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)