From: Quanah Gibson-Mount Date: Mon, 3 Jun 2024 15:09:11 +0000 (+0000) Subject: ITS#10221 - Regenerate configure X-Git-Tag: OPENLDAP_REL_ENG_2_5_19~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1401ff3afbbceee4c217a5d8ef2d4f5581fa5400;p=thirdparty%2Fopenldap.git ITS#10221 - Regenerate configure --- diff --git a/configure b/configure index d79ff31317..8d04e891a8 100755 --- a/configure +++ b/configure @@ -14157,7 +14157,7 @@ fi 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;;