Fix missing fi in configure.ac.

This commit is contained in:
John Ralls 2017-03-13 12:16:25 -07:00
parent 744fc29680
commit f795d7ff59

View File

@ -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])