From 00240128f5dfe2b281fc42891ead560b930b263b Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 1 May 2024 15:11:43 +0100 Subject: [PATCH] ITS#10207 configure.ac: fix typo from ITS#10177 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8303e76f63..642b439ed2 100644 --- a/configure.ac +++ b/configure.ac @@ -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;;