Changeset 1365

Show
Ignore:
Timestamp:
08/09/08 00:04:14 (5 months ago)
Author:
jtv
Message:

Fixed configuration order for libpq detection. Thanks Jorgen Austvik.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r1364 r1365  
    112008-08-09  Jeroen T. Vermeulen <jtv@xs4all.nl> 
     2 configure.ac.in: 
     3  - Fixed ordering of library search, thanks Jorgen Austvik 
    24 test/test_helpers.hxx, test085.cxx: 
    35  - Moved string_traits<result> into test helpers for reuse. 
  • trunk/configure.ac.in

    r1351 r1365  
    339339AC_LANG_PUSH(C) 
    340340 
     341LDFLAGS="$LDFLAGS -L${with_postgres_lib}" 
     342 
    341343AC_HAVE_LIBRARY(pq, [], [AC_MSG_ERROR([ 
    342344Could not link to libpq.  Make sure you have the PostgreSQL client library 
     
    365367 
    366368AC_LANG_POP(C) 
    367  
    368 LDFLAGS="$LDFLAGS -L${with_postgres_lib}" 
    369369 
    370370AC_MSG_CHECKING([for correct C++ linkage of basic libpq functions])