ITS#10207 configure.ac: fix typo from ITS#10177

This commit is contained in:
Howard Chu 2024-05-01 15:11:43 +01:00 committed by Quanah Gibson-Mount
parent f66f8ec6a0
commit 00240128f5

View file

@ -745,7 +745,7 @@ if test $ol_enable_perl != no ; then
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;;