mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Win32 build: Fix typo
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20579 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
bf6a2ea7b1
commit
88ffc5cd5f
@ -402,7 +402,7 @@ function inst_enchant() {
|
|||||||
setup enchant
|
setup enchant
|
||||||
_ENCHANT_UDIR=`unix_path $ENCHANT_DIR`
|
_ENCHANT_UDIR=`unix_path $ENCHANT_DIR`
|
||||||
add_to_env ${_ENCHANT_UDIR}/lib/pkgconfig PKG_CONFIG_PATH
|
add_to_env ${_ENCHANT_UDIR}/lib/pkgconfig PKG_CONFIG_PATH
|
||||||
add_to_end "-L${_ENCHANT_UDIR}/lib" ENCHANT_LDFLAGS
|
add_to_env "-L${_ENCHANT_UDIR}/lib" ENCHANT_LDFLAGS
|
||||||
if quiet ${PKG_CONFIG} --exists enchant
|
if quiet ${PKG_CONFIG} --exists enchant
|
||||||
then
|
then
|
||||||
echo "enchant already installed in $_ENCHANT_UDIR. skipping."
|
echo "enchant already installed in $_ENCHANT_UDIR. skipping."
|
||||||
|
Loading…
Reference in New Issue
Block a user