mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
(_AC_LIBOBJ_GETLOADAVG): Put quotes around use of
`$ac_cv_lib_elf_elf_begin', since that variable may not be defined. From Volker Borchert.
This commit is contained in:
parent
4064de46f6
commit
7763c2db35
@ -953,7 +953,7 @@ AC_CHECK_FUNCS(setlocale)
|
||||
# We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it
|
||||
# uses stabs), but it is still SVR4. We cannot check for <elf.h> because
|
||||
# Irix 4.0.5F has the header but not the library.
|
||||
if test $ac_have_func = no && test $ac_cv_lib_elf_elf_begin = yes; then
|
||||
if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes; then
|
||||
ac_have_func=yes
|
||||
AC_DEFINE(SVR4, 1, [Define on System V Release 4.])
|
||||
fi
|
||||
|
@ -953,7 +953,7 @@ AC_CHECK_FUNCS(setlocale)
|
||||
# We cannot check for <dwarf.h>, because Solaris 2 does not use dwarf (it
|
||||
# uses stabs), but it is still SVR4. We cannot check for <elf.h> because
|
||||
# Irix 4.0.5F has the header but not the library.
|
||||
if test $ac_have_func = no && test $ac_cv_lib_elf_elf_begin = yes; then
|
||||
if test $ac_have_func = no && test "$ac_cv_lib_elf_elf_begin" = yes; then
|
||||
ac_have_func=yes
|
||||
AC_DEFINE(SVR4, 1, [Define on System V Release 4.])
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user