diff options
| author | Bruce Momjian | 2002-08-30 17:14:30 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2002-08-30 17:14:30 +0000 |
| commit | 47c51db5f3af254781570abec1340a0a57f17415 (patch) | |
| tree | e3c44b406afefd12c048f43d936693fcc7b8a726 /configure.in | |
| parent | 2c65658c049256519cc07ff82afa9ede68c024f5 (diff) | |
Update documentation for --with-perl.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 3a62dd5286b..cafc2d05425 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.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) |
