configure.ac: remove patch requirement

This commit is contained in:
Chase
2022-07-21 21:43:09 -05:00
committed by Jon Trulson
parent d1c935e716
commit cfc1664a31
2 changed files with 9 additions and 19 deletions

View File

@@ -419,10 +419,6 @@ AC_CHECK_PROGS(GENCAT, gencat)
if test -z "$ac_cv_prog_GENCAT"; then
MISSING_PROGS="gencat ${MISSING_PROGS}"
fi
AC_CHECK_PROGS(PATCH, patch)
if test -z "$ac_cv_prog_PATCH"; then
MISSING_PROGS="patch ${MISSING_PROGS}"
fi
AC_CHECK_PROGS(ONSGMLS, onsgmls)
if test -z "$ac_cv_prog_ONSGMLS"; then
MISSING_PROGS="ONSGMLS ${MISSING_PROGS}"