summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPeter Eisentraut2002-05-28 16:57:53 +0000
committerPeter Eisentraut2002-05-28 16:57:53 +0000
commit7662419f1bc1a994193c319c9304dfc47e121c98 (patch)
treed850c787092743eb0c08b35d936fc61bb9cceaec /configure.in
parentde1f586f093ffba732d7918beffac6242713516b (diff)
Change PL/Perl and Pg interface build to use configured compiler and
Makefile.shlib system, not MakeMaker.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index b07667db3f..0accbce508 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-dnl $Header: /cvsroot/pgsql/configure.in,v 1.185 2002/05/24 18:10:17 petere Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.186 2002/05/28 16:57:53 petere Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -661,7 +661,9 @@ fi
PGAC_PATH_PERL
if test "$with_perl" = yes; then
- PGAC_CHECK_PERL_DIRS
+ PGAC_CHECK_PERL_CONFIGS([installsitearch,installman3dir,
+ archlibexp,privlibexp,useshrplib,man3ext])
+ PGAC_CHECK_PERL_EMBED_LDFLAGS
fi
if test "$with_python" = yes; then