summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-01-21 09:04:58 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-01-21 09:04:58 +0000
commit8ef071c882218ff2d9f00f51f55e872343776104 (patch)
tree93989de48296e87724e9cf379c5f1395a14acb31 /configure
parent41d0ebf4660c74a92bfd9484bd3659d5367d2d76 (diff)
1.2.2 release
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure')
-rw-r--r--configure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index de6e9dc743..4b887bb2a6 100644
--- a/configure
+++ b/configure
@@ -3442,7 +3442,7 @@ echo "configure:3439: checking whether OS depend dynamic link works" >&5
openstep*) ;;
rhapsody*) ;;
human*) ;;
- cygwin32*) CCDLFLAGS=-DDLLIMPORT;;
+ cygwin*) CCDLFLAGS=-DDLLIMPORT;;
*) CCDLFLAGS=-fpic;;
esac
else
@@ -3509,7 +3509,7 @@ echo "configure:3439: checking whether OS depend dynamic link works" >&5
;;
esac
rb_cv_dlopen=yes ;;
- cygwin32*) LDSHARED='../../miniruby ../cygwin32_ld.rb' ;;
+ cygwin*) LDSHARED='../../miniruby ../cygwin32_ld.rb' ;;
*) LDSHARED='ld' ;;
esac
echo "$ac_t""$rb_cv_dlopen" 1>&6
@@ -3592,7 +3592,7 @@ EOF
#define DLEXT ".bundle"
EOF
;;
- cygwin32*) DLEXT=dll
+ cygwin*) DLEXT=dll
cat >> confdefs.h <<\EOF
#define DLEXT ".dll"
EOF
@@ -3875,7 +3875,7 @@ EOF
binsuffix=.x
setup=Setup.x68
;;
- cygwin32*)
+ cygwin*)
binsuffix=.exe
setup=Setup
;;