From b760269c5914e128c07c66bacdbe86168003e82e Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Fri, 8 Mar 2019 10:24:17 -0500 Subject: Rip out perl dependency The object splitter was the last major user of perl. There remain a few uses in nofib but we can just rely on the system's perl for this since it's not critical to the build. --- distrib/configure.ac.in | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'distrib') diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index dd0eb2edae..f9f14d1f6b 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -50,16 +50,6 @@ AC_SUBST(TargetPlatformFull) Unregisterised="@Unregisterised@" AC_SUBST(Unregisterised) -# -dnl ** Check Perl installation ** -# -AC_PATH_PROG(PerlCmd,perl) -if test -z "$PerlCmd"; then - echo "You must install perl before you can continue" - echo "Perhaps it is already installed, but not in your PATH?" - exit 1 -fi - # dnl ** figure out how to do a BSD-ish install ** # -- cgit v1.2.1