From kde-commits Fri Mar 04 22:21:09 2005 From: Jaroslaw Staniek Date: Fri, 04 Mar 2005 22:21:09 +0000 To: kde-commits Subject: koffice/kexi/kexidb/drivers Message-Id: <20050304222109.10504157B9 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=110997487931173 CVS commit by staniek: -even more informative warnings for configure stage M +4 -4 configure.in.in 1.12 --- koffice/kexi/kexidb/drivers/configure.in.in #1.11:1.12 @@ -129,5 +129,5 @@ if test ! -r $pgsql_incdir/libpq-fe.h; then compile_pgsql_plugin="no" - AC_MSG_CHECKING("Could not find the libpq HEADER files. You must install the libpq HEADER files to be able to use the libpqxx c++ library ") + AC_MSG_CHECKING("Could not find the libpq HEADER files. This is nothing critical, but Kexi will be compiled without PostgresSQL support. You must install the libpq HEADER files (and run this configure script again) to be able to use the libpqxx c++ library. ") else PG_INCDIR=$pgsql_incdir @@ -145,5 +145,5 @@ if test ! -r $pgsql_libdir/libpq.so; then compile_pgsql_plugin="no" - AC_MSG_CHECKING("Could not find the libpq LIBRARY files. You must install the libpq LIBRARY files to be able to use the libpqxx c++ library ") + AC_MSG_CHECKING("Could not find the libpq LIBRARY files. This is nothing critical, but Kexi will be compiled without PostgresSQL support. You must install the libpq LIBRARY files (and run this configure script again) to be able to use the libpqxx c++ library. ") else PG_LIBDIR=$pgsql_libdir @@ -162,5 +162,5 @@ if test ! -r $pqxx_incdir/pqxx/pqxx; then compile_pgsql_plugin="no" - AC_MSG_CHECKING("Could not find the libpqxx HEADER files. You must install the libpqxx HEADER files to be able to use the kexi postgresql driver ") + AC_MSG_CHECKING("Could not find the libpqxx HEADER files. This is nothing critical, but Kexi will be compiled without PostgresSQL support. You must install the libpqxx HEADER files (and run this configure script again) to be able to use Kexi PostgreSQL driver. ") else PQXX_INCDIR=$pqxx_incdir @@ -178,5 +178,5 @@ if test ! -r $pqxx_libdir/libpqxx.so; then compile_pgsql_plugin="no" - AC_MSG_CHECKING("Could not find the libpqxx LIBRARY files. You must install shared libpqxx LIBRARY files to be able to use the kexi postgresql driver. If you build this library on your own, don't forget to add --enable-shared option to your libpqxx configure script's options to get SHARED library, not STATIC. ") + AC_MSG_CHECKING("Could not find the shared libpqxx.so LIBRARY files. This is nothing critical, but Kexi will be compiled without PostgresSQL support. You must install shared libpqxx.so LIBRARY files (and run this configure script again) to be able to use Kexi PostgreSQL driver. If you build pqxx library on your own, don't forget to add --enable-shared option to your libpqxx configure script's options to get SHARED library, not STATIC libpqxx.a. ") else PQXX_LIBDIR=$pqxx_libdir