]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
(_AC_LIBOBJ_GETLOADAVG): Put quotes around use of
authorJim Meyering <meyering@lucent.com>
Tue, 27 Jun 2000 20:21:04 +0000 (20:21 +0000)
committerJim Meyering <meyering@lucent.com>
Tue, 27 Jun 2000 20:21:04 +0000 (20:21 +0000)
`$ac_cv_lib_elf_elf_begin', since that variable may not be defined.
From Volker Borchert.

acspecific.m4
lib/autoconf/specific.m4

index 5c5bbc4d34795da0ed11041b228e775e9689b092..67dad9d1e4d2920ce1191ef4ab50dab0912a568b 100644 (file)
@@ -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
index 5c5bbc4d34795da0ed11041b228e775e9689b092..67dad9d1e4d2920ce1191ef4ab50dab0912a568b 100644 (file)
@@ -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