diff options
author | Akim Demaille <akim.demaille@gmail.com> | 2019-10-10 21:28:08 +0200 |
---|---|---|
committer | Akim Demaille <akim.demaille@gmail.com> | 2019-10-10 21:57:50 +0200 |
commit | 3dd2ae4415841c6296b5dcaadec91c722eecbbca (patch) | |
tree | 159b6b3d92f0f7569dede6888d7446a8a815e558 /configure.ac | |
parent | d50df39f1a3369548f1458b69633fb1765fc8e70 (diff) | |
download | bison-3dd2ae4415841c6296b5dcaadec91c722eecbbca.tar.gz |
configure: perl is not required
But it's used in various places, including in some tests.
* configure.ac: here.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 90320fb7..0c1efde1 100644 --- a/configure.ac +++ b/configure.ac @@ -225,9 +225,6 @@ AC_DEFINE_UNQUOTED([M4], ["$M4"], [Define to the GNU M4 executable name.]) AC_DEFINE_UNQUOTED([M4_GNU_OPTION], ["$M4_GNU"], [Define to "-g" if GNU M4 supports -g, otherwise to "".]) AC_PATH_PROG([PERL], [perl]) -if test -z "$PERL"; then - AC_MSG_ERROR([perl not found]) -fi AM_MISSING_PROG([HELP2MAN], [help2man]) AC_PATH_PROG([XSLTPROC], [xsltproc]) AC_SUBST([XSLTPROC]) |