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

Christian Stimming cstim at cvs.gnucash.org
Fri Sep 22 09:28:34 EDT 2006


Author: cstim
Date: 2006-09-22 09:28:33 -0400 (Fri, 22 Sep 2006)
New Revision: 14880
Trac: http://svn.gnucash.org/trac/changeset/14880

Modified:
   gnucash/trunk/configure.in
Log:
Add -no-undefined to LDFLAGS because libtool on Windows requires this argument and we fulfil it anyway

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2006-09-21 19:14:08 UTC (rev 14879)
+++ gnucash/trunk/configure.in	2006-09-22 13:28:33 UTC (rev 14880)
@@ -2191,6 +2191,9 @@
 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



More information about the gnucash-changes mailing list