From 93c6848ebf6cc36364ad4ba06862256bee19e66b Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Fri, 22 Sep 2006 13:28:33 +0000 Subject: [PATCH] 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 --- configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.in b/configure.in index c0db3a3060..1abfc31eea 100644 --- a/configure.in +++ b/configure.in @@ -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