From b555ce8836d1f74989c4d82531eccd830a49480c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 1 Aug 2025 11:19:47 +0200 Subject: [PATCH] unfold line --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 83b3b25a89..a76761d797 100644 --- a/configure.ac +++ b/configure.ac @@ -280,8 +280,7 @@ AS_HELP_STRING([--with-rustls=PATH],[where to look for Rustls, PATH points to th fi ]) -AC_PATH_PROG(PERL, perl,, - $PATH:/usr/local/bin/perl:/usr/bin/:/usr/local/bin) +AC_PATH_PROG(PERL, perl,, $PATH:/usr/local/bin/perl:/usr/bin/:/usr/local/bin) AC_SUBST(PERL) AM_CONDITIONAL(PERL, test -n "$PERL")