[Gnucash-changes] r11932 - gnucash/branches/goffice-update - Work
around g-wrap-config naughtiness making it harder for me to test.
Joshua Sled
jsled at cvs.gnucash.org
Mon Nov 14 15:20:50 EST 2005
Author: jsled
Date: 2005-11-14 15:20:50 -0500 (Mon, 14 Nov 2005)
New Revision: 11932
Trac: http://svn.gnucash.org/trac/changeset/11932
Modified:
gnucash/branches/goffice-update/configure.in
Log:
Work around g-wrap-config naughtiness making it harder for me to test.
Modified: gnucash/branches/goffice-update/configure.in
===================================================================
--- gnucash/branches/goffice-update/configure.in 2005-11-14 17:32:02 UTC (rev 11931)
+++ gnucash/branches/goffice-update/configure.in 2005-11-14 20:20:50 UTC (rev 11932)
@@ -233,6 +233,8 @@
AC_MSG_CHECKING(for g-wrap link args)
G_WRAP_LINK_ARGS=`${G_WRAP_CONFIG} --c-link-args guile`
+# Dear g-wrap: adding -L/usr/lib is very silly. Do not do this.
+G_WRAP_LINK_ARGS=`echo ${G_WRAP_LINK_ARGS} | sed -e 's|-L/usr/lib ||'`
AC_MSG_RESULT($G_WRAP_LINK_ARGS)
AC_MSG_CHECKING(for g-wrap module directory)
More information about the gnucash-changes
mailing list