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.in | |
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.in')
-rw-r--r-- | newlib/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure.in b/newlib/configure.in index 58f56b9..95025fe 100644 --- a/newlib/configure.in +++ b/newlib/configure.in @@ -106,7 +106,7 @@ AC_ARG_ENABLE(newlib-iconv-external-ccs, dnl Support --disable-newlib-atexit-dynamic-alloc AC_ARG_ENABLE(newlib-atexit-dynamic-alloc, -[ --disable-newlib-atexit-alloc disable dynamic allocation of atexit entries], +[ --disable-newlib-atexit-dynamic-alloc disable dynamic allocation of atexit entries], [if test "${newlib_atexit_dynamic_alloc+set}" != set; then case "${enableval}" in yes) newlib_atexit_dynamic_alloc=yes ;; |