]> git.sur5r.net Git - openldap/commitdiff
Fixe problem where perl options were retrieved from perl_inc and not
authorJohn Quillan <quillan@openldap.org>
Sun, 4 Apr 1999 04:21:48 +0000 (04:21 +0000)
committerJohn Quillan <quillan@openldap.org>
Sun, 4 Apr 1999 04:21:48 +0000 (04:21 +0000)
from ccopts.  This prevented the Perl backend from compiling.

configure.in

index 3ab2aa6df7cc1236e29579cefa0c1da115e413ff..239d34fdcd851709b41e18917d56c441074fc67b 100644 (file)
@@ -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