From kde-commits Mon May 10 11:58:12 2004 From: Andras Mantia Date: Mon, 10 May 2004 11:58:12 +0000 To: kde-commits Subject: koffice/kexi/kexidb/drivers Message-Id: <20040510115812.095E9C23 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=108419058913261 CVS commit by amantia: With a fresh new install of libpqxx, they go in /usr/local/lib, not in a subdir of lib. CCMAIL: koffice-devel@kde.org M +1 -1 configure.in.in 1.9 --- koffice/kexi/kexidb/drivers/configure.in.in #1.8:1.9 @@ -104,5 +104,5 @@ [ ac_pqxx_libdir=$withval -], ac_pqxx_libdir=/usr/local/pqxx/lib +], ac_pqxx_libdir=/usr/local/lib )