summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
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 edc76766e2..7939da9498 100644
--- a/configure.in
+++ b/configure.in
@@ -359,7 +359,7 @@ if test "$with_dln_a_out" != yes; then
LDSHARED=''
LDFLAGS='' ;;
beos*) LDSHARED="mwld -xms"
- DLDFLAGS="-f ruby.exp"
+ DLDFLAGS=""
rb_cv_dlopen=yes ;;
*) LDSHARED='ld' ;;
esac