projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7de307f
)
Fix typo.
author
Tom Lane
Fri, 26 Apr 2002 19:47:35 +0000
(19:47 +0000)
committer
Tom Lane
Fri, 26 Apr 2002 19:47:35 +0000
(19:47 +0000)
configure
patch
|
blob
|
blame
|
history
configure.in
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index 1c6a0712c12bd49634526c098895ff38719b42b0..bf8518d5c42d520de8526d57ab4b00b68cd194cb 100755
(executable)
--- 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 ce626a537b69c6fb3c3883576d6f83d4d6a39aca..e0b4ca4fc653242f01e33f0bf06d0f2525ec1082 100644
(file)
--- 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.18
2 2002/04/26 13:55:38 ishii
Exp $
+dnl $Header: /cvsroot/pgsql/configure.in,v 1.18
3 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
##