summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMarc G. Fournier2002-08-30 13:06:22 +0000
committerMarc G. Fournier2002-08-30 13:06:22 +0000
commit9a0b4d7f847469544798133391e221481548e1b9 (patch)
tree390a162f094edf18626dae5a007e44ea28fc9268 /configure.in
parentc411f51dfbb92848c22188e5d6df968034adb98d (diff)
perl5 interface moved to gborg
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in17
1 files changed, 1 insertions, 16 deletions
diff --git a/configure.in b/configure.in
index 51d28c37cfd..a1a97b4e7a4 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.197 2002/08/22 22:43:08 scrappy Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.198 2002/08/30 13:06:17 scrappy Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -357,14 +357,6 @@ PGAC_ARG_REQ(with, tclconfig, [ --with-tclconfig=DIR tclConfig.sh and tkConf
PGAC_ARG_REQ(with, tkconfig, [ --with-tkconfig=DIR tkConfig.sh is in DIR])
#
-# Optionally build Perl modules (Pg.pm and PL/Perl)
-#
-AC_MSG_CHECKING([whether to build Perl modules])
-PGAC_ARG_BOOL(with, perl, no, [ --with-perl build Perl interface and PL/Perl])
-AC_MSG_RESULT([$with_perl])
-AC_SUBST(with_perl)
-
-#
# Optionally build Python interface module
#
AC_MSG_CHECKING([whether to build Python modules])
@@ -579,13 +571,6 @@ if test "$with_tk" = yes; then
test -z "$WISH" && AC_MSG_ERROR(['wish' is required for Tk support])
fi
-PGAC_PATH_PERL
-if test "$with_perl" = yes; then
- PGAC_CHECK_PERL_CONFIGS([installsitearch,installman3dir,
- archlibexp,privlibexp,useshrplib,man3ext])
- PGAC_CHECK_PERL_EMBED_LDFLAGS
-fi
-
if test "$with_python" = yes; then
PGAC_PATH_PYTHON
PGAC_CHECK_PYTHON_MODULE_SETUP