From: Howard Chu Date: Wed, 1 May 2024 14:11:43 +0000 (+0100) Subject: ITS#10207 configure.ac: fix typo from ITS#10177 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5900cb79fa37847e3ea6ee23a74d7d757d4ba0d;p=thirdparty%2Fopenldap.git ITS#10207 configure.ac: fix typo from ITS#10177 --- diff --git a/configure.ac b/configure.ac index 4aeaf17df8..1474b45525 100644 --- a/configure.ac +++ b/configure.ac @@ -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;;