pgsql: First attempt at removing some AC_CHECK_LIB(foo, main) calls.

From: petere(at)postgresql(dot)org (Peter Eisentraut)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: First attempt at removing some AC_CHECK_LIB(foo, main) calls.
Date: 2006-02-04 00:42:54
Message-ID: 20060204004254.51E3B9DC80C@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
First attempt at removing some AC_CHECK_LIB(foo, main) calls.

Modified Files:
--------------
pgsql:
configure (r1.474 -> r1.475)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.474&r2=1.475)
configure.in (r1.444 -> r1.445)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.444&r2=1.445)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-02-04 01:00:02 pgsql: Move thread_test directory from /tools to /test so source-only
Previous Message Tom Lane 2006-02-03 21:08:49 pgsql: Teach planner to convert simple UNION ALL subqueries into append