Wireshark-commits: [Wireshark-commits] master-2.4 2df3043: No need to check for dladdr in autotools

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 08 Oct 2018 17:39:02 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2df30434cb19de89ce175d5276322df5ff5737d8
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.4
Repository: wireshark

Commits:

2df3043 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>
    (cherry picked from commit 9828b3c5b466661e0d08b7db8ea00d2b255dc3e6)
    Reviewed-on: https://code.wireshark.org/review/30079
    

Actions performed:

    from  5d8e426   Don't use dladdr() to get a pathname for the current executable().
     add  2df3043   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(-)