From fb2de91a2ce27b41a05b4030e503d73c64ed3723 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Mon, 17 Nov 2003 19:14:44 +0000 Subject: [PATCH] rewrite ALLOCA related code as multiple lines so it doesn't break with current autoconf substitutions. --- configure.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index bb05268c2..00724b88c 100644 --- a/configure.in +++ b/configure.in @@ -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]) -- 2.20.1