From 42da26054358e775d3d4f9f8f5fa88482c59b467 Mon Sep 17 00:00:00 2001 From: eban Date: Wed, 24 Dec 2003 11:54:12 +0000 Subject: * configure.in (LDSHARED): Fixed typographical error in assignment of LDSHARED for Rhapsody which caused linking of extension modules to fail. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 5f1f1fc5b7..bab27ad065 100644 --- a/configure.in +++ b/configure.in @@ -897,7 +897,7 @@ if test "$with_dln_a_out" != yes; then openstep*) : ${LDSHARED='cc -dynamic -bundle -undefined suppress'} : ${LDFLAGS=""} rb_cv_dlopen=yes ;; - rhapsody*) : $LDSHARED='cc -dynamic -bundle -undefined suppress'} + rhapsody*) : ${LDSHARED='cc -dynamic -bundle -undefined suppress'} : ${LDFLAGS=""} rb_cv_dlopen=yes ;; darwin*) : ${LDSHARED='cc -dynamic -bundle -undefined suppress -flat_namespace'} -- cgit v1.2.3