diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-03-20 00:41:56 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-03-20 00:41:56 +0000 |
commit | 1cd8cc18d3de3163f480ce3ef48ef724052c94e8 (patch) | |
tree | 6290273d6720bab296509a01ccedb235ebefd1b4 /configure.in | |
parent | 589b435971c51cf90e97f1a8128e6988d04e5961 (diff) |
* configure.in: remove enable_rpath=no for Solaris.
[ruby-dev:28440]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 4a7a8f3ead..f12f1fcd24 100644 --- a/configure.in +++ b/configure.in @@ -1236,8 +1236,6 @@ if test "$enable_shared" = 'yes'; then LIBRUBY_ALIASES='lib$(RUBY_SO_NAME).so.$(MAJOR).$(MINOR).$(TEENY) lib$(RUBY_SO_NAME).so' if test "$GCC" = yes; then LIBRUBY_DLDFLAGS="$DLDFLAGS "'-Wl,-h,$(@F)' - else - enable_rpath=no fi XLDFLAGS="$XLDFLAGS "'-R${libdir}' ;; |