diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2013-05-10 20:14:33 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2013-05-10 20:14:33 +0000 |
commit | c0d8520eebe9d4b08aea198582ec08905be1c1a7 (patch) | |
tree | b65daf3af9b812b799842003e19d8f16e5fed27f /newlib/configure | |
parent | a2a7aa3f4ce1e11a6b97943bb44419d05d6f6580 (diff) | |
download | newlib-c0d8520eebe9d4b08aea198582ec08905be1c1a7.zip newlib-c0d8520eebe9d4b08aea198582ec08905be1c1a7.tar.gz newlib-c0d8520eebe9d4b08aea198582ec08905be1c1a7.tar.bz2 |
2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
* configure.in: Fix help text for disable-newlib-atexit-dynamic-alloc option.
* configure: Regenerated.
Diffstat (limited to 'newlib/configure')
-rwxr-xr-x | newlib/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/configure b/newlib/configure index cf14cd1..a91700c 100755 --- a/newlib/configure +++ b/newlib/configure @@ -1453,7 +1453,7 @@ Optional Features: --enable-newlib-iconv-from-encodings enable specific comma-separated list of \"from\" iconv encodings to be built-in --enable-newlib-iconv-to-encodings enable specific comma-separated list of \"to\" iconv encodings to be built-in --enable-newlib-iconv-external-ccs enable capabilities to load external CCS files for iconv - --disable-newlib-atexit-alloc disable dynamic allocation of atexit entries + --disable-newlib-atexit-dynamic-alloc disable dynamic allocation of atexit entries --enable-newlib-reent-small enable small reentrant struct support --disable-newlib-fvwrite-in-streamio disable iov in streamio --disable-newlib-fseek-optimization disable fseek optimization @@ -11695,7 +11695,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11684 "configure" +#line 11698 "configure" #include "confdefs.h" #if HAVE_DLFCN_H @@ -11801,7 +11801,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11790 "configure" +#line 11804 "configure" #include "confdefs.h" #if HAVE_DLFCN_H |