diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/acinclude.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/acinclude.m4 b/m4/acinclude.m4 index 0602c52a2..c89fd1e25 100644 --- a/m4/acinclude.m4 +++ b/m4/acinclude.m4 @@ -189,7 +189,8 @@ AC_DEFUN([CLASSPATH_WITH_GJDOC], AC_MSG_RESULT(${gjdoc_version}) case ${gjdoc_version} in 0.7.9) ;; - *) AC_MSG_ERROR([Building documentation requires GJDoc 0.7.9, ${gjdoc_version} found.]) ;; + 0.8*) ;; + *) AC_MSG_ERROR([Building documentation requires GJDoc >= 0.7.9, ${gjdoc_version} found.]) ;; esac fi ]) |