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

This commit is contained in:
Howard Chu 2024-05-01 15:11:43 +01:00
parent 6d5400a2c7
commit a5900cb79f

View file

@ -678,7 +678,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;;