From: John Quillan Date: Sun, 4 Apr 1999 04:21:48 +0000 (+0000) Subject: Fixe problem where perl options were retrieved from perl_inc and not X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~260 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fa2e4854805997824da15ad18a9d915ac8c4da9c;p=openldap Fixe problem where perl options were retrieved from perl_inc and not from ccopts. This prevented the Perl backend from compiling. --- diff --git a/configure.in b/configure.in index 3ab2aa6df7..239d34fdcd 100644 --- a/configure.in +++ b/configure.in @@ -303,7 +303,7 @@ if test $ol_enable_perl = yes ; then fi SLAPD_PERL_LDFLAGS="`$PERLBIN -MExtUtils::Embed -e ldopts|sed -e s/-lc//`" - SLAPD_PERL_CPPFLAGS="`$PERLBIN -MExtUtils::Embed -e perl_inc`" + SLAPD_PERL_CPPFLAGS="`$PERLBIN -MExtUtils::Embed -e ccopts`" fi AC_PROG_CPP