1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Update documentation for --with-perl.

This commit is contained in:
Bruce Momjian
2002-08-30 17:14:30 +00:00
parent 2c65658c04
commit 47c51db5f3
2 changed files with 9 additions and 15 deletions

View File

@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
dnl $Header: /cvsroot/pgsql/configure.in,v 1.199 2002/08/30 16:23:21 momjian Exp $
dnl $Header: /cvsroot/pgsql/configure.in,v 1.200 2002/08/30 17:14:30 momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@ -360,7 +360,7 @@ 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])
PGAC_ARG_BOOL(with, perl, no, [ --with-perl build PL/Perl])
AC_MSG_RESULT([$with_perl])
AC_SUBST(with_perl)