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(-)