summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2014-09-21 13:25:24 -0700
committerMatt Turner <[email protected]>2014-09-24 09:58:43 -0700
commitd1022529fe0114178aff857faebcb6172defd028 (patch)
tree841c066e5165d52840409fe9523f573028a935dd /configure.ac
parent585e250dd24c7c153f0ccfb4e470313c0869996b (diff)
configure.ac: Stop checking for perl.
Added by commit a75c6163, but no longer used. Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4039e6deff2..6be3abd83c4 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')