summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-08-29 13:11:40 -0400
committerGitHub <noreply@github.com>2024-08-29 17:11:40 +0000
commit421c24b979198a7a7b54f8e89d58dc1bb80c8df7 (patch)
treee245863e67566b9dbb66c3cb3676bcfa52493ba8
parentd5a66388fe5f076939136671449de057aaa3b44f (diff)
downloadcaja-421c24b979198a7a7b54f8e89d58dc1bb80c8df7.tar.bz2
caja-421c24b979198a7a7b54f8e89d58dc1bb80c8df7.tar.xz
build: remove configure dependency on perl (#1789)
It is totally unused. In 2010, nautilus removed a perl script used to generate enums: https://gitlab.gnome.org/GNOME/nautilus/-/commit/75a03a440ebff23ccbf8674ca4a0e9f6475ebbb8 Before then, perl was needed to build. After this commit, nautilus still had messy code to check for perl availability but did nothing with it. Across multiple forks and reinitialized git repositories that dropped all commit history, it turns out that caja still has that messy code too.
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fa3c4f08..70b61787 100644
--- a/configure.ac
+++ b/configure.ac
@@ -134,7 +134,6 @@ fi
dnl ==========================================================================
-AC_CHECK_PROGS(PERL, perl5 perl)
AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
dnl ==========================================================================