Win32 build: Potentially fix another typo?

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20581 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming
2011-04-22 12:27:47 +00:00
parent 2b5322f185
commit 80c7c883b8
+2 -2
View File
@@ -402,7 +402,7 @@ function inst_enchant() {
setup enchant
_ENCHANT_UDIR=`unix_path $ENCHANT_DIR`
add_to_env ${_ENCHANT_UDIR}/lib/pkgconfig PKG_CONFIG_PATH
add_to_env "-L${_ENCHANT_UDIR}/lib" ENCHANT_LDFLAGS
add_to_env -L${_ENCHANT_UDIR}/lib ENCHANT_LDFLAGS
if quiet ${PKG_CONFIG} --exists enchant
then
echo "enchant already installed in $_ENCHANT_UDIR. skipping."
@@ -896,7 +896,7 @@ function inst_libdbi() {
add_to_env -I$_LIBDBI_UDIR/include LIBDBI_CPPFLAGS
add_to_env -L$_LIBDBI_UDIR/lib LIBDBI_LDFLAGS
add_to_env -I${_SQLITE3_UDIR}/include SQLITE3_CFLAGS
add_to_env "-L${_SQLITE3_UDIR}/lib" SQLITE3_LDFLAGS
add_to_env -L${_SQLITE3_UDIR}/lib SQLITE3_LDFLAGS
if test -f ${_SQLITE3_UDIR}/bin/libsqlite3-0.dll
then
echo "SQLite3 already installed in $_SQLITE3_UDIR. skipping."