mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 06:50:31 +02:00
rewrite ALLOCA related code as multiple lines so
it doesn't break with current autoconf substitutions.
This commit is contained in:
parent
5a76d4dc05
commit
fb2de91a2c
1 changed files with 4 additions and 1 deletions
|
@ -773,7 +773,10 @@ AC_CHECK_FUNCS(asinh acosh atanh copysign finite isinf isnan sincos trunc)
|
|||
# explicitly to LIBOBJS to make sure that it is translated to
|
||||
# `alloca.lo' for libtool later on. This can and should be done more cleanly.
|
||||
AC_FUNC_ALLOCA
|
||||
if test "$ALLOCA" = "alloca.o"; then AC_LIBOBJ([alloca]); fi
|
||||
if test "$ALLOCA" = "alloca.o"
|
||||
then
|
||||
AC_LIBOBJ([alloca])
|
||||
fi
|
||||
|
||||
AC_CHECK_MEMBERS([struct stat.st_rdev])
|
||||
AC_CHECK_MEMBERS([struct stat.st_blksize])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue