configure.ac: Stop checking for perl.
authorMatt Turner <mattst88@gmail.com>
Sun, 21 Sep 2014 20:25:24 +0000 (13:25 -0700)
committerMatt Turner <mattst88@gmail.com>
Wed, 24 Sep 2014 16:58:43 +0000 (09:58 -0700)
Added by commit a75c6163, but no longer used.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
configure.ac

index 4039e6d..6be3abd 100644 (file)
@@ -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')