mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
fix gnucash-env search
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6159 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
d6e3359cc5
commit
998402fd45
@ -41,10 +41,10 @@ AC_ARG_ENABLE(gnucashtest, [ --disable-gnucashtest Do not try to compile
|
||||
GNUCASH_RUN_SCRIPT=$gnucash_config_prefix/bin/gnucash-run-script
|
||||
fi
|
||||
if test x${GNUCASH_ENV+set} != xset ; then
|
||||
GNUCASH_ENV=$gnucash_config_exec_prefix/bin/gnucash-env
|
||||
GNUCASH_ENV=$gnucash_config_prefix/bin/gnucash-env
|
||||
fi
|
||||
if test x${GNC_TEST_ENV+set} != xset ; then
|
||||
GNC_TEST__ENV=$gnucash_config_exec_prefix/bin/gnc-test-env
|
||||
GNC_TEST__ENV=$gnucash_config_prefix/bin/gnc-test-env
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user