ITS#10221 - Regenerate configure

This commit is contained in:
Quanah Gibson-Mount 2024-06-03 15:09:11 +00:00
parent 7bc97addc8
commit 1401ff3afb

2
configure vendored
View file

@ -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;;