From: Quanah Gibson-Mount Date: Mon, 3 Jun 2024 15:08:22 +0000 (+0000) Subject: ITS#10221 - Remove extraneous quote X-Git-Tag: OPENLDAP_REL_ENG_2_5_19~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bc97addc83f109f1e5e203e28362767279d29af;p=thirdparty%2Fopenldap.git ITS#10221 - Remove extraneous quote --- diff --git a/configure.ac b/configure.ac index a5548437ea..342e401a4a 100644 --- a/configure.ac +++ b/configure.ac @@ -746,7 +746,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;;