mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-27 03:10:23 -06:00
Relax configure test for svnversion of BUILDING_FROM_SVN was set beforehand. Helpful when building from git.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19552 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
907c538905
commit
03a0075369
@ -132,7 +132,7 @@ fi
|
||||
|
||||
# test whether we are building directly from SVN/SVK
|
||||
${srcdir}/util/gnc-svnversion ${srcdir} >/dev/null 2>&1
|
||||
if test $? = 0 ; then
|
||||
if test $? = 0 -o "x${BUILDING_FROM_SVN}" = "xyes" ; then
|
||||
BUILDING_FROM_SVN=yes
|
||||
|
||||
# We need at least version 1.3.31 of SWIG because
|
||||
|
Loading…
Reference in New Issue
Block a user