diff options
author | Benjamin Otte <otte@redhat.com> | 2013-05-09 17:06:16 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2013-05-09 19:09:49 +0200 |
commit | a74f47b235b1875c2c54fd824a83687269a39aec (patch) | |
tree | 736f31350f8dcdfee2161f57f51fe051453fe0f4 | |
parent | f2975491393c5beb7a495cfde29d722c2f6e5c53 (diff) | |
download | gtk+-a74f47b235b1875c2c54fd824a83687269a39aec.tar.gz |
configure: Don't check for indent
indent was used in genmarshal.pl, which was removed in 2002 when gobject
was created.
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 702400939a..00e8cf0602 100644 --- a/configure.ac +++ b/configure.ac @@ -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" && \ |