[Mesa-dev] [PATCH 08/12] configure.ac: Stop checking for perl.

Matt Turner mattst88 at gmail.com
Mon Sep 22 11:51:05 PDT 2014


Added by commit a75c6163, but no longer used.
---
 configure.ac | 2 --
 1 file changed, 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3f4fbca..fe96e7a 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')
-- 
1.8.5.5



More information about the mesa-dev mailing list