summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index d02675742d..20d8095c25 100755
--- a/configure
+++ b/configure
@@ -9124,7 +9124,8 @@ then
LDSHARED='$(CC) -shared'
LDCXXSHARED='$(CXX) -shared'
else
- LDSHARED='ld -b'
+ LDSHARED='$(CC) -b'
+ LDCXXSHARED='$(CXX) -shared'
fi ;;
Darwin/1.3*)
LDSHARED='$(CC) -bundle'