From: Howard Chu Date: Tue, 2 Dec 2003 02:20:09 +0000 (+0000) Subject: ITS#2764 catch -lc at end of line as well X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~301 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d8bafebf16ae1ca699845da618fcb17a03c9a0bb;p=openldap ITS#2764 catch -lc at end of line as well --- diff --git a/configure.in b/configure.in index 9067ee89a2..9b8b8552af 100644 --- a/configure.in +++ b/configure.in @@ -691,7 +691,7 @@ if test $ol_enable_perl != no ; then else PERL_CPPFLAGS="`$PERLBIN -MExtUtils::Embed -e ccopts`" - PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e 's/ -lc / /'`" + PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e 's/ -lc / /' -e 's/ -lc$//'`" if test x"$ol_with_perl_module" = "xstatic" ; then SLAPD_PERL_LDFLAGS="$PERL_LDFLAGS"