1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* configure.in (MANGLED_PATH): disabled on cygwin and mingw.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-07-16 09:33:51 +00:00
parent 1cd0ddea1b
commit b0c869c983

View file

@ -1837,7 +1837,6 @@ else
DLEXT=dll;;
when(cygwin*|mingw*|*djgpp*)
LOAD_RELATIVE=1
AC_DEFINE(MANGLED_PATH)
DLEXT=so;;
when(*)
DLEXT=so;;