summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 68f11ac2b4..f99a93a655 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu May 31 01:28:54 2001 Akinori MUSHA <knu@iDaemons.org>
+
+ * configure.in: default --with-libc_r to `no' until the problem is
+ fixed. (FreeBSD only)
+
Tue May 29 18:46:04 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
* regex.c (re_compile_pattern): * \1 .. \9 should be
diff --git a/configure.in b/configure.in
index 8a0e288dcd..df44716257 100644
--- a/configure.in
+++ b/configure.in
@@ -168,7 +168,7 @@ AC_ARG_WITH(libc_r,
case $withval in
yes) with_libc_r=yes;;
*) with_libc_r=no;;
- esac], [with_libc_r=yes])
+ esac], [with_libc_r=no])
dnl Checks for libraries.
case "$target_os" in