r19234 - gnucash/trunk/src/bin - Fix dbi drivers not found when --with-dbi-dbd-dir is set at configure time.

Geert Janssens gjanssens at code.gnucash.org
Mon Jun 7 12:52:50 EDT 2010


Author: gjanssens
Date: 2010-06-07 12:52:50 -0400 (Mon, 07 Jun 2010)
New Revision: 19234
Trac: http://svn.gnucash.org/trac/changeset/19234

Modified:
   gnucash/trunk/src/bin/Makefile.am
Log:
Fix dbi drivers not found when --with-dbi-dbd-dir is set at configure time.

Modified: gnucash/trunk/src/bin/Makefile.am
===================================================================
--- gnucash/trunk/src/bin/Makefile.am	2010-06-05 23:59:22 UTC (rev 19233)
+++ gnucash/trunk/src/bin/Makefile.am	2010-06-07 16:52:50 UTC (rev 19234)
@@ -125,7 +125,7 @@
 	    -e "s#@-TOP_SRC_DIR-@#`pwd`/${top_srcdir}#g" \
 	    -e 's#@-PREFIX-@#${prefix}#g'
 if CUSTOM_GNC_DBD_DIR
-	echo 'GNC_DBD_DIR="@GNC_DBD_DIR@"' >> $@.tmp
+	echo 'GNC_DBD_DIR=@GNC_DBD_DIR@' >> $@.tmp
 endif
 	mv $@.tmp $@
 	chmod u+x $@



More information about the gnucash-changes mailing list