pthread.h header check

From: Kris Jurka <books(at)ejurka(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: pthread.h header check
Date: 2004-11-02 04:59:38
Message-ID: Pine.BSO.4.56.0411012357020.11649@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


configure checks for the presense of pthread.h before adjusting CFLAGS to
include PTHREAD_CFLAGS. This patch just moves the check down so CFLAGS
are set usefully.

Kris Jurka

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-11-02 05:26:30 Re: pthread.h header check
Previous Message Bruce Momjian 2004-11-02 04:16:49 Re: transformExpr() refactor