summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-22 11:23:11 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-05-22 11:23:11 +0000
commitf625a175027e037aa49536e156e73c6e3212f1cc (patch)
tree13ee04f720dc8bffb1dcc4559edb0f033669858a /configure.in
parent3caee29585a97cb84da7f3390c93e8e0c557122b (diff)
Wed May 22 20:18:31 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in: need not link vsnprintf.o on MinGW. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e6295811ad..dfe138e7f6 100644
--- a/configure.in
+++ b/configure.in
@@ -218,7 +218,9 @@ mingw*) LIBS="-lwsock32 -lmsvcrt $LIBS"
ac_cv_header_sys_select_h=no
ac_cv_header_sys_times_h=no
ac_cv_func_times=yes
- ac_cv_func_waitpid=yes;;
+ ac_cv_func_waitpid=yes
+ ac_cv_func_vsnprintf=yes
+ ;;
os2_emx*) LIBS="-lm $LIBS"
ac_cv_lib_dir_opendir=no;;
msdosdjgpp*) LIBS="-lm $LIBS"