Use the output of "gnustep-config --base-libs" to determine which libs our libraries must be linked against

This commit is contained in:
Wolfgang Sourdeau
2012-11-07 09:50:32 -05:00
parent 160aa42b88
commit 3f58b6bfd1
7 changed files with 15 additions and 9 deletions

1
configure vendored
View File

@@ -375,6 +375,7 @@ EOF
}
checkDependencies() {
cfgwrite "BASE_LIBS := `gnustep-config --base-libs`"
if test "x$ARG_ENABLE_SAML2" = "x1"; then
checkLinking "lasso" required;
if test $? = 0; then