diff options
author | Tom Lane | 2002-04-26 19:47:35 +0000 |
---|---|---|
committer | Tom Lane | 2002-04-26 19:47:35 +0000 |
commit | 97b6e3f06f89cbc92f459089f34ca39818cfc20f (patch) | |
tree | 631c15f20a8e33c5ed4940c1c0c93deac06fabab /configure.in | |
parent | 7de307f96c22f36c886a09bc95bb1e23275151d3 (diff) |
Fix typo.
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 ce626a537b..e0b4ca4fc6 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.182 2002/04/26 13:55:38 ishii Exp $ +dnl $Header: /cvsroot/pgsql/configure.in,v 1.183 2002/04/26 19:47:35 tgl Exp $ dnl Developers, please strive to achieve this order: dnl @@ -669,7 +669,7 @@ if test "$with_python" = yes; then fi -v## +## ## Libraries ## |