summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-02-02 08:10:32 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-02-02 08:10:32 +0000
commit772a63b8b9881b35b65488cb276413b1f5a23bb2 (patch)
treef8512dfc5b19cbf58e7b0eb1aa37b82c97716589 /configure.in
parent73af1e949d5c017068e3f3fabb9e5260b91ffab0 (diff)
2000-02-02
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index fbf6778bf0..0ebb1e7eaa 100644
--- a/configure.in
+++ b/configure.in
@@ -356,7 +356,7 @@ if test "$rb_cv_binary_elf" = yes; then
AC_DEFINE(USE_ELF)
fi
-case "$target_os" in
+case "$host_os" in
linux*)
if test "$rb_cv_binary_elf" = no; then
with_dln_a_out=yes