mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Fixup HAVE_DLADDR.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18795 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7100cdfed3
commit
dda81bc500
6 changed files with 57 additions and 23 deletions
7
configure
vendored
7
configure
vendored
|
@ -6831,6 +6831,13 @@ fi
|
|||
fi
|
||||
|
||||
|
||||
if test $ac_cv_lib_dl_dladdr = yes; then
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define HAVE_DLADDR 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Check whether Objective-C /really/ works
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue