From fa2e4854805997824da15ad18a9d915ac8c4da9c Mon Sep 17 00:00:00 2001 From: John Quillan Date: Sun, 4 Apr 1999 04:21:48 +0000 Subject: [PATCH] Fixe problem where perl options were retrieved from perl_inc and not from ccopts. This prevented the Perl backend from compiling. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5