From 97b6e3f06f89cbc92f459089f34ca39818cfc20f Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 26 Apr 2002 19:47:35 +0000 Subject: [PATCH] Fix typo. --- configure | 2 +- configure.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 1c6a0712c12..bf8518d5c42 100755 --- a/configure +++ b/configure @@ -5063,7 +5063,7 @@ echo "${ECHO_T}${python_libspec}" >&6 fi -v## +## ## Libraries ## diff --git a/configure.in b/configure.in index ce626a537b6..e0b4ca4fc65 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 ##