Mercurial > hg > xemacs-beta
changeset 5844:83e5c3cd6be6
Improve Installation text for Postgresql.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Sat, 10 Jan 2015 19:43:28 +0900 |
parents | 69f9e31c9ccf |
children | 0ef278ff2894 039f4a1bcb0a 750fab17b299 |
files | ChangeLog configure configure.ac |
diffstat | 3 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Jan 10 17:11:19 2015 +0900 +++ b/ChangeLog Sat Jan 10 19:43:28 2015 +0900 @@ -1,3 +1,8 @@ +2015-01-10 Stephen J. Turnbull <stephen@xemacs.org> + + * configure.ac (Postgresql): Improve Installation text. + * configure: Rebuild. + 2015-01-08 Stephen J. Turnbull <stephen@xemacs.org> Fix progress bar crashes.
--- a/configure Sat Jan 10 17:11:19 2015 +0900 +++ b/configure Sat Jan 10 19:43:28 2015 +0900 @@ -22203,7 +22203,7 @@ if test "$with_postgresql" = yes; then echo " Compiling in support for PostgreSQL." echo " - Using PostgreSQL header file: $libpq_fe_h_file" - test "$with_postgresqlv7" = yes && echo " - Using PostgreSQL V7 bindings." + test "$with_postgresqlv7" = yes && echo " - Using PostgreSQL V7+ bindings." fi echo "
--- a/configure.ac Sat Jan 10 17:11:19 2015 +0900 +++ b/configure.ac Sat Jan 10 19:43:28 2015 +0900 @@ -6039,7 +6039,7 @@ if test "$with_postgresql" = yes; then echo " Compiling in support for PostgreSQL." echo " - Using PostgreSQL header file: $libpq_fe_h_file" - test "$with_postgresqlv7" = yes && echo " - Using PostgreSQL V7 bindings." + test "$with_postgresqlv7" = yes && echo " - Using PostgreSQL V7+ bindings." fi echo "