aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/aclocal.m4
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 eae4b20..2d16695 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,