comparison configure.ac @ 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
6037 test "$with_database_gdbm" = yes && echo " Compiling in support for GNU DBM." 6037 test "$with_database_gdbm" = yes && echo " Compiling in support for GNU DBM."
6038 test "$with_ldap" = yes && echo " Compiling in support for LDAP." 6038 test "$with_ldap" = yes && echo " Compiling in support for LDAP."
6039 if test "$with_postgresql" = yes; then 6039 if test "$with_postgresql" = yes; then
6040 echo " Compiling in support for PostgreSQL." 6040 echo " Compiling in support for PostgreSQL."
6041 echo " - Using PostgreSQL header file: $libpq_fe_h_file" 6041 echo " - Using PostgreSQL header file: $libpq_fe_h_file"
6042 test "$with_postgresqlv7" = yes && echo " - Using PostgreSQL V7 bindings." 6042 test "$with_postgresqlv7" = yes && echo " - Using PostgreSQL V7+ bindings."
6043 fi 6043 fi
6044 6044
6045 echo " 6045 echo "
6046 Internationalization:" 6046 Internationalization:"
6047 test "$with_mule" = yes && echo " Compiling in support for Mule (multi-lingual Emacs)." 6047 test "$with_mule" = yes && echo " Compiling in support for Mule (multi-lingual Emacs)."