(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:
mccallum 1996-09-16 20:56:54 +00:00
parent 41c3b31702
commit dbc6e293eb

2
aclocal.m4 vendored
View file

@ -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"