Add -no-undefined to LDFLAGS because libtool on Windows requires this argument and we fulfil it anyway

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14880 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/remove-group2
Christian Stimming 20 years ago
parent 65a42f9ec8
commit 93c6848ebf

@ -2191,6 +2191,9 @@ else
fi
AC_MSG_RESULT($warnFLAGS)
# Extend LDFLAGS because libtool on Windows requires this argument
LDFLAGS="${LDFLAGS} -no-undefined"
### --------------------------------------------------------------------------
### Adjustments -- especially executables that aren't generated via
### makefiles, so that we don't have an opportunity to adjust them

Loading…
Cancel
Save