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/libc/aclocal.m4')
-rw-r--r--newlib/libc/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/aclocal.m4 b/newlib/libc/aclocal.m4
index eae4b2000..2d16695b0 100644
--- a/newlib/libc/aclocal.m4
+++ b/newlib/libc/aclocal.m4
@@ -54,7 +54,7 @@ AC_ARG_ENABLE(newlib-mb,
yes) newlib_mb=yes ;;
no) newlib_mb=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for newlib-mb option) ;;
- esac], [newlib_mb=no])dnl
+ esac], [newlib_mb=])dnl
dnl Support --enable-newlib-multithread
AC_ARG_ENABLE(newlib-multithread,