From b28715b2fb177d3040ddef19df58f72d77c43d29 Mon Sep 17 00:00:00 2001 From: ngoto Date: Sun, 21 Aug 2011 05:34:51 +0000 Subject: * configure.in: use LD_LIBRARY_PATH_64 on 64-bit Solaris. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index a40a8888cd..53f0a72da7 100644 --- a/configure.in +++ b/configure.in @@ -2019,6 +2019,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], -- cgit v1.2.3