Wireshark-commits: [Wireshark-commits] master 2cf2f36: Fix configuration with --without-qt and with

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 6 May 2015 05:38:30 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2cf2f36fb3cc2c114c8ba1220f345f10e458fb87
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2cf2f36 by Guy Harris (guy@xxxxxxxxxxxx):

    Fix configuration with --without-qt and with no --with-gtk[23].
    
    If building with Wireshark wasn't explicitly disabled - i.e., if we are
    building Wireshark, which means we are building an application with a
    GUI - and Qt was explicitly disabled, and neither GTK+ 2 nor GTK+ 3 were
    explicitly enabled, look for GTK+ 3.
    
    Change-Id: Ib913355f7b483d065e766605aa88a71fa9984f36
    Reviewed-on: https://code.wireshark.org/review/8306
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  b5ef92e   GTK UI: remove eo_saveable_pathname in favor of eo_massage_str
    adds  2cf2f36   Fix configuration with --without-qt and with no --with-gtk[23].


Summary of changes:
 configure.ac |   11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)