diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2014-07-07 13:15:55 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2014-07-07 13:15:55 +0000 |
commit | 2ccbe5129d734b8c3bee4babbfd4c9977adbdcae (patch) | |
tree | 32c8f29ab0407fa3618c0d7d7d9b93a2f59d9989 /newlib/configure.in | |
parent | f135cbdd4501a77e219c47f20e63bee8887236e6 (diff) | |
download | newlib-2ccbe5129d734b8c3bee4babbfd4c9977adbdcae.zip newlib-2ccbe5129d734b8c3bee4babbfd4c9977adbdcae.tar.gz newlib-2ccbe5129d734b8c3bee4babbfd4c9977adbdcae.tar.bz2 |
* configure.in (--enable-newlib-nano-formatted-io): Set to "no"
by default.
* 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 e1b3efa..9465787 100644 --- a/newlib/configure.in +++ b/newlib/configure.in @@ -216,7 +216,7 @@ AC_ARG_ENABLE(newlib_nano_formatted_io, yes) newlib_nano_formatted_io=yes ;; no) newlib_nano_formatted_io=no ;; *) AC_MSG_ERROR(bad value ${enableval} for newlib-nano-formatted-io) ;; - esac],[newlib_nano_formatted_io=yes]) + esac],[newlib_nano_formatted_io=no]) NEWLIB_CONFIGURE(.) |