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:
Benjamin Otte 2013-05-09 17:06:16 +02:00
parent f297549139
commit a74f47b235

View File

@ -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" && \