Changeset 1365
- Timestamp:
- 08/09/08 00:04:14 (5 months ago)
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/configure.ac.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r1364 r1365 1 1 2008-08-09 Jeroen T. Vermeulen <jtv@xs4all.nl> 2 configure.ac.in: 3 - Fixed ordering of library search, thanks Jorgen Austvik 2 4 test/test_helpers.hxx, test085.cxx: 3 5 - Moved string_traits<result> into test helpers for reuse. trunk/configure.ac.in
r1351 r1365 339 339 AC_LANG_PUSH(C) 340 340 341 LDFLAGS="$LDFLAGS -L${with_postgres_lib}" 342 341 343 AC_HAVE_LIBRARY(pq, [], [AC_MSG_ERROR([ 342 344 Could not link to libpq. Make sure you have the PostgreSQL client library … … 365 367 366 368 AC_LANG_POP(C) 367 368 LDFLAGS="$LDFLAGS -L${with_postgres_lib}"369 369 370 370 AC_MSG_CHECKING([for correct C++ linkage of basic libpq functions])
