mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix the configure tests.. Need a comma instead of a period. Oops.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15525 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
513bccca0d
commit
e87a6014f7
@ -166,7 +166,7 @@ if test $? = 0 ; then
|
||||
else
|
||||
BUILDING_FROM_SVN=no
|
||||
# Make sure we've got swig-runtime.h and gnc-svninfo.h
|
||||
AC_CHECK_FILE(${srcdir}/src/swig-runtime.h. [],
|
||||
AC_CHECK_FILE(${srcdir}/src/swig-runtime.h, [],
|
||||
[AC_MSG_ERROR([
|
||||
|
||||
It looks like you are NOT building from Subversion
|
||||
@ -176,7 +176,7 @@ Either that or contact gnucash-devel@gnucash.org because
|
||||
the tarball you downloaded is broken.
|
||||
|
||||
])])
|
||||
AC_CHECK_FILE(${srcdir}/src/gnome-utils/gnc-svninfo.h. [],
|
||||
AC_CHECK_FILE(${srcdir}/src/gnome-utils/gnc-svninfo.h, [],
|
||||
[AC_MSG_ERROR([
|
||||
|
||||
It looks like you are NOT building from Subversion
|
||||
|
Loading…
Reference in New Issue
Block a user