summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2005-05-18 15:34:39 +0200
committertege <tege@gmplib.org>2005-05-18 15:34:39 +0200
commit87fc8f172641751c794c9cc0334178ccf09f9902 (patch)
treea0b60a636b88f7100fb9a38648867c3aaa0b8078 /acinclude.m4
parentf66766feaec207779472a44745027186c529af66 (diff)
downloadgmp-87fc8f172641751c794c9cc0334178ccf09f9902.tar.gz
(WANT_TMP): Want tal-reent.lo also for alloca case.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 53b61ff50..eaf16e910 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -3398,6 +3398,7 @@ case $gmp_cv_option_alloca in
AC_MSG_ERROR([--enable-alloca=alloca specified, but alloca not available])
fi
AC_DEFINE(WANT_TMP_ALLOCA)
+ TAL_OBJECT=tal-reent$U.lo
;;
malloc-reentrant)
AC_DEFINE(WANT_TMP_REENTRANT)