forked from AuroraMiddleware/gtk
configure: Don't check for indent
indent was used in genmarshal.pl, which was removed in 2002 when gobject was created.
This commit is contained in:
parent
f297549139
commit
a74f47b235
@ -542,9 +542,6 @@ AM_CONDITIONAL(DISABLE_EXPLICIT_DEPS, test $enable_explicit_deps = no)
|
||||
|
||||
AC_PATH_PROGS(PERL, perl5 perl)
|
||||
|
||||
# We would like indent, but don't require it.
|
||||
AC_CHECK_PROG(INDENT, indent, indent)
|
||||
|
||||
REBUILD=\#
|
||||
if test "x$enable_rebuilds" = "xyes" && \
|
||||
test -n "$PERL" && \
|
||||
|
Loading…
Reference in New Issue
Block a user