summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-28 16:07:34 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-28 16:07:34 +0000
commit64a7f511fd52995588ddafece5226d2f00b814aa (patch)
tree8ca6c1e3f6d094a06934c12532267cc0ec66edd8 /configure.in
parent0d18691ef2b561fcec5f1f7a8d7af103c373faa2 (diff)
downloadruby-64a7f511fd52995588ddafece5226d2f00b814aa.tar.gz
ruby-64a7f511fd52995588ddafece5226d2f00b814aa.tar.xz
ruby-64a7f511fd52995588ddafece5226d2f00b814aa.zip
* configure.in: remove unnecessary AC_CANONICAL_BUILD
* defins.h: #define HAVE_SETITIMER on Cygwin(bug fixed). * ruby.c: use relative path from LIBRUBY_SO. * ruby.c: don't use -mwin32 option on Cygwin. * cygwin/GNUmakefile.in: ditto. * ext/sdbm/_sdbm: ditto. * ext/tcltklib/extconf.rb: ditto. * ext/tcltklib/stubs.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index c758a8d0d..620e28bd6 100644
--- a/configure.in
+++ b/configure.in
@@ -27,7 +27,6 @@ fi
AC_CANONICAL_HOST
AC_CANONICAL_TARGET
-AC_CANONICAL_BUILD
dnl checks for fat-binary
fat_binary=no
@@ -107,14 +106,8 @@ cygwin*|mingw*)
AC_CHECK_TOOL(AS, as)
AC_CHECK_TOOL(DLLTOOL, dlltool)
AC_CHECK_TOOL(WINDRES, windres)
- echo 'main(){}' > conftest.c
- if $CC -mwin32 -c conftest.c 2> /dev/null; then
- MWIN32=-mwin32
- CFLAGS="$CFLAGS $MWIN32"
- fi
;;
esac
-AC_SUBST(MWIN32)
AC_PROG_LN_S
AC_PROG_MAKE_SET