Wireshark-commits: [Wireshark-commits] master-2.6 9828b3c: No need to check for dladdr in autotools
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 08 Oct 2018 17:35:53 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9828b3c5b466661e0d08b7db8ea00d2b255dc3e6
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

9828b3c by Guy Harris (guy@xxxxxxxxxxxx):

    No need to check for dladdr in autotools, either, as we're no longer using it.
    
    Get rid of an unnecessary test of HAVE_DLADDR and an unnecessary include
    of <dlfcn.h> while we're at it.
    
    Change-Id: Ie231b49fdb7de182529e0e7b4d785ceee3a8b806
    Reviewed-on: https://code.wireshark.org/review/30078
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  75a3d3b   Don't use dladdr() to get a pathname for the current executable().
     add  9828b3c   No need to check for dladdr in autotools, either, as we're no longer using it.


Summary of changes:
 configure.ac        | 31 -------------------------------
 wsutil/filesystem.c |  3 ---
 2 files changed, 34 deletions(-)