mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
build: Drop Perl dependency on autotools
We don’t have the same dependency in the Meson build, and we don’t depend on Perl any more. See #1332. The last remaining Perl script, gen-unicode-tables.pl, is only ever run manually when we update our Unicode character database. It will be ported to Python in due course. Signed-off-by: Philip Withnall <withnall@endlessm.com> https://gitlab.gnome.org/GNOME/glib/issues/1332
This commit is contained in:
parent
c5321810f4
commit
21f7566923
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user