From kde-commits Sat Sep 04 15:00:21 2004 From: Jaroslaw Staniek Date: Sat, 04 Sep 2004 15:00:21 +0000 To: kde-commits Subject: koffice/kexi/kexidb/drivers Message-Id: <20040904150021.D344A608C () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109431003302571 CVS commit by staniek: fixed typos and added more info for pqxx M +3 -3 configure.in.in 1.10 --- koffice/kexi/kexidb/drivers/configure.in.in #1.9:1.10 @@ -72,5 +72,5 @@ dnl ======================================== -dnl Libpq header/library direcrories +dnl Libpq header/library directories dnl ======================================== @@ -90,5 +90,5 @@ dnl ======================================== -dnl Libpqxx header/library direcrories +dnl Libpqxx header/library directories dnl ======================================== @@ -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 the libpqxx LIBRARY files to be able to use the kexi postgresql driver ") + 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. ") else PQXX_LIBDIR=$pqxx_libdir