From f9c63857f83cbd427b0b0e57f28c20b1322f78ae Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 18 May 1998 09:12:27 +0000 Subject: BeOS patches git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index de201811c6..6426f46d26 100644 --- a/configure +++ b/configure @@ -3481,7 +3481,7 @@ echo "configure:3435: checking whether OS depend dynamic link works" >&5 LDSHARED='' LDFLAGS='' ;; beos*) LDSHARED="mwld -xms" - DLDFLAGS="-f ruby.exp" + DLDFLAGS="" rb_cv_dlopen=yes ;; *) LDSHARED='ld' ;; esac -- cgit v1.2.3