Skip to content

Commit

Permalink
* configure.in (seekdir, telldir): add ac_cv_func_telldir=yes,
Browse files Browse the repository at this point in the history
  ac_cv_func_seekdir=yes for MinGW.


git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
eban committed Jun 30, 2002
1 parent 35a58a4 commit 9ec3ba4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -1,3 +1,8 @@
Sun Jun 30 17:05:29 2002 WATANABE Hirofumi <eban@ruby-lang.org>

* configure.in (seekdir, telldir): add ac_cv_func_telldir=yes,
ac_cv_func_seekdir=yes for MinGW.

Sat Jun 29 01:43:32 2002 NAKAMURA Usaku <usa@ruby-lang.org>

* io.c (pipe_finalize, pipe_popen): two-way pipe support for win32.
Expand Down
2 changes: 2 additions & 0 deletions configure.in
Expand Up @@ -221,6 +221,8 @@ mingw*) LIBS="-lwsock32 -lmsvcrt $LIBS"
ac_cv_func_times=yes
ac_cv_func_waitpid=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_seekdir=yes
ac_cv_func_telldir=yes
;;
os2_emx*) LIBS="-lm $LIBS"
ac_cv_lib_dir_opendir=no;;
Expand Down
4 changes: 2 additions & 2 deletions version.h
@@ -1,4 +1,4 @@
#define RUBY_VERSION "1.7.2"
#define RUBY_RELEASE_DATE "2002-06-29"
#define RUBY_RELEASE_DATE "2002-06-30"
#define RUBY_VERSION_CODE 172
#define RUBY_RELEASE_CODE 20020629
#define RUBY_RELEASE_CODE 20020630

0 comments on commit 9ec3ba4

Please sign in to comment.