acinclude.m4.patch

From: "Adam H(dot) Pendleton" <fmonkey(at)fmonkey(dot)net>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: acinclude.m4.patch
Date: 2003-08-19 19:54:55
Message-ID: 3F42808F.7030508@fmonkey.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

The attached patch to acinclude.m4 implements the following changes:

*) Check for xrc and stc headers to avoid compile problems.

I should point out that, because of the very complex nature of the
wxWindows system, that I am only able to test for the existance of the
include files, not whether they successfully preprocess. This shouldn't
really cause too many problems, since a bad header will certainly cause
problems later on, and we don't use the config.h produced by autoconf
anyway.

ahp

Attachment Content-Type Size
acinclude.m4.patch text/plain 879 bytes

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-08-19 20:28:03 Re: acinclude.m4.patch
Previous Message Darko Prenosil 2003-08-19 19:42:34 Re: Small modification