mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix missing fi in configure.ac.
This commit is contained in:
parent
744fc29680
commit
f795d7ff59
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user