pgsql: ecpglib needs to link with libintl if it's in use. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: ecpglib needs to link with libintl if it's in use.
Date
Msg-id 20080517202340.B019F754C54@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
ecpglib needs to link with libintl if it's in use.
Per buildfarm results.

Modified Files:
--------------
    pgsql/src/interfaces/ecpg/ecpglib:
        Makefile (r1.59 -> r1.60)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/Makefile?r1=1.59&r2=1.60)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve pg_regress so that it reports the fact if any test
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Don't call rm with empty file list.