Fixe problem where perl options were retrieved from perl_inc and not

from ccopts.  This prevented the Perl backend from compiling.
This commit is contained in:
John Quillan 1999-04-04 04:21:48 +00:00
parent 3f1fd3bcee
commit fa2e485480

View 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