From: Kurt Zeilenga Date: Thu, 4 Dec 2003 21:03:40 +0000 (+0000) Subject: back-perl tweaks X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~280 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=32fb810ae8f2b9bb808a5c0e8c907aca9b44d3e7;p=openldap back-perl tweaks --- diff --git a/configure b/configure index 2d1ffcd854..5b5bd1b908 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # $OpenLDAP$ -# from OpenLDAP: pkg/ldap/configure.in,v 1.495 2003/11/26 03:17:26 kurt Exp +# from OpenLDAP: pkg/ldap/configure.in,v 1.497 2003/12/02 01:20:09 hyc Exp # This work is part of OpenLDAP Software . # @@ -7849,7 +7849,7 @@ fi 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" @@ -20681,7 +20681,7 @@ EOF WRAP_LIBS="-lwrap" elif test $ol_enable_wrappers = yes ; then - { echo "configure: error: could not find TCP wrappers, select apppropriate options ore disable" 1>&2; exit 1; } + { echo "configure: error: could not find TCP wrappers, select apppropriate options or disable" 1>&2; exit 1; } else echo "configure: warning: could not find TCP wrappers, support disabled" 1>&2 WRAP_LIBS=""