configure: Remove unnecessary message regarding man page existence

Since commit 5f5eca03a09671b5df609f9ee6f885d63bbedaca we no longer check for
the existence of the man page(s), so it is time to get rid of the message
as well.
This commit is contained in:
Thomas Deutschmann 2017-11-27 04:58:59 +01:00
parent 0fa12355bd
commit 53941d0408
No known key found for this signature in database
GPG Key ID: 9709F90C3C96FFC8

View File

@ -2002,7 +2002,6 @@ AM_CONDITIONAL(ENABLE_OMTCL, test x$enable_omtcl = xyes)
# END TCL SUPPORT
# man pages
AC_CHECKING([if required man pages already exist])
have_to_generate_man_pages="no"
git_src_have_to_generate_man_pages="yes" # default to use when building from git source
AC_ARG_ENABLE(generate-man-pages,