summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-21 05:34:51 +0000
committerngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-21 05:34:51 +0000
commit4d436eefc2b20e0684c26e9c3c639d0a4836d51d (patch)
treea891442f92b8e0b500e2312a07fdbddb4f9d383f /configure.in
parent04694797b3e7fc2bf6522d3356b65e293e3f93a4 (diff)
* configure.in: use LD_LIBRARY_PATH_64 on 64-bit Solaris.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index e613cd7292..83e5d7683e 100644
--- a/configure.in
+++ b/configure.in
@@ -2028,6 +2028,9 @@ if test "$with_dln_a_out" != yes; then
else
: ${LDSHARED='$(CC) -G'}
fi
+ if test "$ac_cv_sizeof_voidp" = 8; then
+ : ${LIBPATHENV=LD_LIBRARY_PATH_64}
+ fi
rb_cv_dlopen=yes],
[sunos*], [ : ${LDSHARED='ld -assert nodefinitions'}
rb_cv_dlopen=yes],