From e87a6014f7c92e50c777c0a6f6dfcd683b9483ea Mon Sep 17 00:00:00 2001 From: Derek Atkins Date: Thu, 8 Feb 2007 16:25:54 +0000 Subject: [PATCH] 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 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 83920a2c27..bcaa84bf91 100644 --- a/configure.in +++ b/configure.in @@ -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