comparison configure @ 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 4b055de36bb9 3ed83b4b4882
comparison
equal deleted inserted replaced
5843:69f9e31c9ccf 5844:83e5c3cd6be6
22201 test "$with_database_gdbm" = yes && echo " Compiling in support for GNU DBM." 22201 test "$with_database_gdbm" = yes && echo " Compiling in support for GNU DBM."
22202 test "$with_ldap" = yes && echo " Compiling in support for LDAP." 22202 test "$with_ldap" = yes && echo " Compiling in support for LDAP."
22203 if test "$with_postgresql" = yes; then 22203 if test "$with_postgresql" = yes; then
22204 echo " Compiling in support for PostgreSQL." 22204 echo " Compiling in support for PostgreSQL."
22205 echo " - Using PostgreSQL header file: $libpq_fe_h_file" 22205 echo " - Using PostgreSQL header file: $libpq_fe_h_file"
22206 test "$with_postgresqlv7" = yes && echo " - Using PostgreSQL V7 bindings." 22206 test "$with_postgresqlv7" = yes && echo " - Using PostgreSQL V7+ bindings."
22207 fi 22207 fi
22208 22208
22209 echo " 22209 echo "
22210 Internationalization:" 22210 Internationalization:"
22211 test "$with_mule" = yes && echo " Compiling in support for Mule (multi-lingual Emacs)." 22211 test "$with_mule" = yes && echo " Compiling in support for Mule (multi-lingual Emacs)."