]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
fix to last commit: extra parentheses removed
[wxWidgets.git] / configure
index 8fe30a5c11db1e1e27602174f748d95cc8c33e22..15045fd730c6e4428229e504d34f7fb1f7b1e2e0 100755 (executable)
--- a/configure
+++ b/configure
@@ -43727,8 +43727,8 @@ EOF
                    ;;
            esac
 
-           SHARED_LD_CC="\$(CC) -shared $(LD_EXPFULL) -o"
-           SHARED_LD_CXX="\$(CXX) -shared $(LD_EXPFULL) -o"
+           SHARED_LD_CC="\$(CC) -shared $LD_EXPFULL -o"
+           SHARED_LD_CXX="\$(CXX) -shared $LD_EXPFULL -o"
        else
                                # Extract the first word of "makeC++SharedLib", so it can be a program name with args.
 set dummy makeC++SharedLib; ac_word=$2