configure.ac

branch
release-2.x.y
changeset 39652
ba9737d21f16
parent 39643
ee8abde66038
child 39654
c3ae89704f11
--- a/configure.ac	Tue Apr 23 18:26:01 2019 -0400
+++ b/configure.ac	Thu May 16 23:15:33 2019 -0400
@@ -587,11 +587,11 @@
 dnl # Check for ncurses and other things used by the console UI
 dnl #######################################################################
 if test "x$enable_consoleui" = "xyes"; then
-PKG_CHECK_MODULES(LIBGNT, [gnt >= 2.9.0], , [
+PKG_CHECK_MODULES(LIBGNT, [gnt >= 2.14.0], , [
 	if test "x$force_finch" = "xyes"; then
 		AC_MSG_ERROR([
 
-Finch will not be built. You must have libgnt >= 2.9.0 development headers installed to build.
+Finch will not be built. You must have libgnt >= 2.14.0 development headers installed to build.
 
 ])
 	fi

mercurial