From 1401ff3afbbceee4c217a5d8ef2d4f5581fa5400 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Mon, 3 Jun 2024 15:09:11 +0000 Subject: [PATCH] ITS#10221 - Regenerate configure --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index d79ff31317..8d04e891a8 100755 --- a/configure +++ b/configure @@ -14157,7 +14157,7 @@ fi PERL_CPPFLAGS="$PERL_CPPFLAGS $opt" done PERL_LDFLAGS="" - for opt in `$PERLBIN" -MExtUtils::Embed -e ldopts`; do + for opt in `$PERLBIN -MExtUtils::Embed -e ldopts`; do case "$opt" in "-lc" ) continue;; -- 2.47.3