diff options
| author | Peter Eisentraut | 2003-09-01 23:01:49 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2003-09-01 23:01:49 +0000 |
| commit | f10a9033bf308f9dde0aa77caad6503e233489d1 (patch) | |
| tree | 48d66ac1e90894824e913377103dcfdc7516d52d /configure.in | |
| parent | 65c2d427fb7436c314259778cf56551412cde730 (diff) | |
Clean up after pygresql removal: adjust/remove documentation and remove
unneeded configure work.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 5f960c5a5e1..55999cf8d6c 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.282 2003/08/27 02:35:38 pgsql Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.283 2003/09/01 23:01:49 petere Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -362,10 +362,10 @@ AC_MSG_RESULT([$with_perl]) AC_SUBST(with_perl) # -# Optionally build Python interface module +# Optionally build Python modules (PL/Python) # AC_MSG_CHECKING([whether to build Python modules]) -PGAC_ARG_BOOL(with, python, no, [ --with-python build Python interface module]) +PGAC_ARG_BOOL(with, python, no, [ --with-python build Python modules (PL/Python)]) AC_MSG_RESULT([$with_python]) AC_SUBST(with_python) @@ -608,7 +608,6 @@ fi if test "$with_python" = yes; then PGAC_PATH_PYTHON - PGAC_CHECK_PYTHON_MODULE_SETUP PGAC_CHECK_PYTHON_EMBED_SETUP fi |
