From 7662419f1bc1a994193c319c9304dfc47e121c98 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 28 May 2002 16:57:53 +0000 Subject: Change PL/Perl and Pg interface build to use configured compiler and Makefile.shlib system, not MakeMaker. --- configure.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configure.in') 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 -- cgit v1.2.3