mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Do forgotten renames of ac_cv_sys_autoload to objc_cv_sys_autoload.
(Reported by Nick Christopher <nwc@wsc.com>.) git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1813 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
698e6f1fb1
commit
bdb4966d12
1 changed files with 1 additions and 1 deletions
2
aclocal.m4
vendored
2
aclocal.m4
vendored
|
@ -88,7 +88,7 @@ if test $DYNAMIC_LINKER = null; then
|
|||
AC_CHECK_HEADER(dld/defs.h, objc_found_dld_defs=yes, objc_found_dld_defs=no)
|
||||
# Try to distinguish between GNU dld and HPUX dld
|
||||
AC_CHECK_HEADER(dl.h, [DYNAMIC_LINKER=hpux])
|
||||
if test "$ac_cv_lib_dld" = yes && test "$objc_found_dld_defs" = no && test "$ac_cv_header_dl_h" = no; then
|
||||
if test "$objc_cv_lib_dld" = yes && test "$objc_found_dld_defs" = no && test "$objc_cv_header_dl_h" = no; then
|
||||
AC_MSG_WARN(Could not find dld/defs.h header)
|
||||
echo
|
||||
echo "Currently, the dld/defs.h header is needed to get information"
|
||||
|
|
Loading…
Reference in a new issue