mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
(DYNAMIC_LINKER): Put double quotes around some $-variable
dereferences. (Reported by Richard Frith-Macdonald <richard@brainstorm.co.uk>.) git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1773 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
41c3b31702
commit
dbc6e293eb
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 "$ac_cv_lib_dld" = yes && test "$objc_found_dld_defs" = no && test "$ac_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