aboutsummaryrefslogtreecommitdiff
path: root/newlib/configure.in
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2006-03-21 20:02:13 +0000
committerMark Mitchell <mark@codesourcery.com>2006-03-21 20:02:13 +0000
commitce93dfe4150ab537bfc55b834f933145e18098c0 (patch)
tree1cf211f389665778a7201b23149312db1442b2f5 /newlib/configure.in
parentd4d63ebf22e0738e4a88f0ad53cb4e0e87ef92e3 (diff)
downloadnewlib-ce93dfe4150ab537bfc55b834f933145e18098c0.zip
newlib-ce93dfe4150ab537bfc55b834f933145e18098c0.tar.gz
newlib-ce93dfe4150ab537bfc55b834f933145e18098c0.tar.bz2
* configure.host: Allow hosts to set the default
newlib_atexit_dynamic_alloc value. * configure.in: Likewise. * configure: Regenerated.
Diffstat (limited to 'newlib/configure.in')
-rw-r--r--newlib/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure.in b/newlib/configure.in
index c8dc211..3cd213c 100644
--- a/newlib/configure.in
+++ b/newlib/configure.in
@@ -94,7 +94,7 @@ AC_ARG_ENABLE(newlib-atexit-dynamic-alloc,
no) newlib_atexit_dynamic_alloc=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for newlib-atexit-dynamic-alloc option) ;;
esac
- fi], [newlib_atexit_dynamic_alloc=yes])dnl
+ fi], [newlib_atexit_dynamic_alloc=${newlib_atexit_dynamic_alloc}])dnl
NEWLIB_CONFIGURE(.)