Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 27a6715: Put references to autotools in the past tens

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 25 Apr 2018 16:54:44 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=27a67152428305e4d52fe0c2ee55326b367c2029
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

27a6715 by Guy Harris (guy@xxxxxxxxxxxx):

    Put references to autotools in the past tense.
    
    In CMake files, we don't do some checks that our autotools scripts did;
    speak of those in the past tense, as the autotools scripts are gone.
    (Leave the comments there, to note that we *might* have to reinstate
    those tests, although they're for old versions of macOS and GCC.)
    
    In CMake files, we use some #defines because that's what autotools did;
    speak of those in the past tense as well.
    
    Change-Id: I594fe8225cf94b5087093febc11f6b0a7e42e7cd
    Reviewed-on: https://code.wireshark.org/review/27149
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  0a51618   Remove references to autotools, GTK+, and X11.
    adds  27a6715   Put references to autotools in the past tense.


Summary of changes:
 CMakeLists.txt               | 12 ++++++------
 cmake/modules/FindPCAP.cmake |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)