Re: acinclude.m4 and wx detection question

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Raphaël Enrici <blacknoz(at)club-internet(dot)fr>
Cc: "Adam H(dot)Pendleton" <fmonkey(at)fmonkey(dot)net>, PgAdmin Hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: acinclude.m4 and wx detection question
Date: 2005-05-05 21:21:36
Message-ID: 427A8E60.40401@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Raphaël Enrici wrote:

>Hi Adam,
>
>I have a small question in mind I never asked concerning the way we
>check for wxwidgets files installed while in configure scripts (for
>example stc headers).
>Why don't we try to build small C or C++ examples which includes the
>required files and check to see if the build failed instead of
>hardcoding some test on file existance ?
>
Why not, AFAICS many configure scripts already work like this.OTOH, care
should be taken that non-existence can be separated from other failures.

Regards,
Andreas

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Raphaël Enrici 2005-05-05 21:23:58 Re: acinclude.m4 and wx detection question
Previous Message Adam H. Pendleton 2005-05-05 21:08:57 Re: acinclude.m4 and wx detection question