Skip to content

Commit 9a39ade

Browse files
randallbryancall
authored andcommitted
Removes hard dependency on having perl installed (#8611)
If perl is not detected, the Perl module (Apache::TS) will not be built. (cherry picked from commit e04ef2e)
1 parent 65878d8 commit 9a39ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ AM_CONDITIONAL([BUILD_TSCONFIG_GRAMMAR], [ test -n "$LEX" && test -n "$YACC" ])
815815
AC_PATH_PROG([DOXYGEN], [doxygen]) # needed for Doxygen
816816
AC_PATH_PROG([PERL], [perl],[not found])
817817
AS_IF([test "x$PERL" = "xnot found"],
818-
[AC_MSG_ERROR([check for perl failed. Have you installed perl?])]
818+
BUILD_PERL_LIB=false
819819
)
820820
AC_ARG_VAR([DOXYGEN], [full path of Doxygen executable])
821821
AC_ARG_VAR([PERL], [full path of Perl executable])

0 commit comments

Comments
 (0)