summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-20 10:20:20 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-11-20 10:20:20 +0000
commit65f4f950fb722396c823ce321245bf06a55e9492 (patch)
tree9a1ab6f6f85bb17aa3436b29f6013ad1a1c787e7
parentedb9ab1b15d2326c7f0fbb0cef417b3d07140543 (diff)
* configure.in: don't find the Cygwin's pthread library on MinGW.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--configure.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c4c3a862d..19b6d881e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Nov 20 19:19:22 2003 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * configure.in: don't find the Cygwin's pthread library on MinGW.
+
Thu Nov 20 19:15:50 2003 Minero Aoki <aamine@loveruby.net>
* lib/fileutils.rb (have_st_ino?): emx (OS/2 with EMX) does not
diff --git a/configure.in b/configure.in
index 07f34b76c5..a848ee43ad 100644
--- a/configure.in
+++ b/configure.in
@@ -287,6 +287,7 @@ mingw*) LIBS="-lwsock32 $LIBS"
ac_cv_func_seekdir=yes
ac_cv_func_telldir=yes
ac_cv_lib_crypt_crypt=no
+ ac_cv_lib_pthread_pthread_mutex_init=no
;;
os2-emx*) LIBS="-lm $LIBS"
ac_cv_lib_dir_opendir=no;;