]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#2764 again
authorHoward Chu <hyc@openldap.org>
Tue, 2 Dec 2003 02:20:42 +0000 (02:20 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 2 Dec 2003 02:20:42 +0000 (02:20 +0000)
configure.in

index d83768763fe488d3e04e9293df4331980bfe403c..f2ad7a8923a6994038e09560154dfa747fc1757f 100644 (file)
@@ -648,7 +648,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"
                else