Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/configure.in')
-rw-r--r--newlib/configure.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/newlib/configure.in b/newlib/configure.in
index 9283590f3..a38d9b583 100644
--- a/newlib/configure.in
+++ b/newlib/configure.in
@@ -1,7 +1,7 @@
dnl This is the newlib configure.in file.
dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.5)
+AC_PREREQ(2.13)
AC_INIT(libc)
AM_CONFIG_HEADER(newlib.h:newlib.hin)
@@ -146,6 +146,12 @@ fi
if test "${newlib_mb}" = "yes"; then
AC_DEFINE_UNQUOTED(_MB_LEN_MAX,8)
+else
+AC_DEFINE_UNQUOTED(_MB_LEN_MAX,1)
+fi
+
+if test "${newlib_iconv}" = "yes"; then
+AC_DEFINE_UNQUOTED(_ICONV_ENABLED,1)
fi
AC_DEFINE_UNQUOTED(_NEWLIB_VERSION,"$VERSION")