From d1022529fe0114178aff857faebcb6172defd028 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 21 Sep 2014 13:25:24 -0700 Subject: [PATCH] configure.ac: Stop checking for perl. Added by commit a75c6163, but no longer used. Reviewed-by: Ian Romanick Reviewed-by: Emil Velikov --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4039e6d..6be3abd 100644 --- a/configure.ac +++ b/configure.ac @@ -70,8 +70,6 @@ AX_PROG_FLEX([], AS_IF([test ! -f "$srcdir/src/glsl/glcpp/glcpp-lex.c"], [AC_MSG_ERROR([flex not found - unable to compile glcpp-lex.l])])) -AC_PATH_PROG([PERL], [perl]) - AC_CHECK_PROG(INDENT, indent, indent, cat) if test "x$INDENT" != "xcat"; then AC_SUBST(INDENT_FLAGS, '-i4 -nut -br -brs -npcs -ce -TGLubyte -TGLbyte -TBool') -- 2.7.4