gnucash master: Fix missing fi in configure.ac.

John Ralls jralls at code.gnucash.org
Mon Mar 13 15:49:19 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/f795d7ff (commit)
	from  https://github.com/Gnucash/gnucash/commit/744fc296 (commit)



commit f795d7ff59991138c7ff1b056d30ccdfff18dcb7
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Mar 13 12:16:25 2017 -0700

    Fix missing fi in configure.ac.

diff --git a/configure.ac b/configure.ac
index ecbc4d7..eeda116 100644
--- a/configure.ac
+++ b/configure.ac
@@ -144,6 +144,7 @@ PKG_CHECK_MODULES(ICU4C, icu-uc, [ac_cv_ICU4C=yes], [ac_cv_ICU4C=no])
 PKG_CHECK_MODULES(ICU4C_I18N, icu-i18n, [ac_cv_ICU4C=yes], [ac_cv_ICU4C=no])
 if test x$ac_cv_ICU4C != xyes; then
     AC_MSG_ERROR([ICU4C was not found and is required to build GnuCash.])
+fi
 AX_BOOST_BASE([1.53.0], [ac_cv_BOOST=yes], [ac_cv_BOOST=no])
 if test x$ac_cv_BOOST != xyes; then
     AC_MSG_ERROR([Boost 1.53.0 or later was not found and is required to build GnuCash])



Summary of changes:
 configure.ac | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list