projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
585e250
)
configure.ac: Stop checking for perl.
author
Matt Turner
<mattst88@gmail.com>
Sun, 21 Sep 2014 20:25:24 +0000
(13:25 -0700)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 4039e6deff28c6ef9f18b3edec1251e2580804da..6be3abd83c494defa9d174357e1eee4574972731 100644
(file)
--- 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')