Merge branch '1332-drop-perl-dependency' into 'master'

build: Drop Perl dependency on autotools

Closes #1332

See merge request GNOME/glib!153
This commit is contained in:
Emmanuele Bassi 2018-07-06 12:59:14 +00:00
commit 950b589b92

View File

@ -332,7 +332,6 @@ AC_SUBST(GLIB_EXTRA_CFLAGS)
AC_EXEEXT
AC_PROG_AWK
AC_CHECK_PROGS(PERL, [perl5 perl])
# option to specify python interpreter to use; this just sets $PYTHON, so that
# we will fallback to reading $PYTHON if --with-python is not given, and