diff options
author | Mark Mitchell <mark@codesourcery.com> | 2006-03-21 20:02:13 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2006-03-21 20:02:13 +0000 |
commit | ce93dfe4150ab537bfc55b834f933145e18098c0 (patch) | |
tree | 1cf211f389665778a7201b23149312db1442b2f5 /newlib/configure | |
parent | d4d63ebf22e0738e4a88f0ad53cb4e0e87ef92e3 (diff) | |
download | newlib-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')
-rwxr-xr-x | newlib/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure b/newlib/configure index ce9246a..e3004c3 100755 --- a/newlib/configure +++ b/newlib/configure @@ -705,7 +705,7 @@ if test "${enable_newlib_atexit_dynamic_alloc+set}" = set; then esac fi else - newlib_atexit_dynamic_alloc=yes + newlib_atexit_dynamic_alloc=${newlib_atexit_dynamic_alloc} fi am__api_version="1.4" |