From 2ccbe5129d734b8c3bee4babbfd4c9977adbdcae Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 7 Jul 2014 13:15:55 +0000 Subject: * configure.in (--enable-newlib-nano-formatted-io): Set to "no" by default. * configure: Regenerated. --- newlib/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/configure.in') diff --git a/newlib/configure.in b/newlib/configure.in index e1b3efaa7..9465787ed 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(.) -- cgit v1.2.3