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 aa0f809: Don't check for -Wl, {option} support.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 1 Jul 2014 19:47:09 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=aa0f80981a34ce4361e97748a51b483d083cd8ea
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

aa0f809 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't check for -Wl,{option} support.
    
    Not all AC_WIRESHARK_LDFLAGS_CHECK flags are -Wl,{option} flags, so
    don't check for that first.  If we want to check for specific compilers
    and linkers, we should do that, not for -Wl,{option} support.
    
    Change-Id: Ib9581d4a1573a1ffa2493ce08e6d5845d2601352
    Reviewed-on: https://code.wireshark.org/review/2755
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  b378f72   Fix comments to reflect reality.
    adds  aa0f809   Don't check for -Wl,{option} support.


Summary of changes:
 acinclude.m4 |   44 +++++++++++++++++---------------------------
 configure.ac |   22 ----------------------
 2 files changed, 17 insertions(+), 49 deletions(-)