Re: Detecting PostgreSQL client library

From: Igor Korot <ikorot01(at)gmail(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Detecting PostgreSQL client library
Date: 2024-07-10 16:25:45
Message-ID: CA+FnnTxYgmtK+d+1gfO6M6LG9WNseTxOMrGdroKcx5LYQdJC8A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jul 10, 2024 at 11:11 AM Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> wrote:
>
> Hi
>
> st 10. 7. 2024 v 18:07 odesílatel Igor Korot <ikorot01(at)gmail(dot)com> napsal:
>>
>> Hi, ALL,
>> Is there an explicit autotools macro that can tell
>> the presence of PostgreSQL client library?
>> And that can be used with "configure" script.
>>
>> Or I should be using AC_CHECK_MODULE() one?
>
>
> I use
>
> I use https://github.com/okbob/pspg/blob/master/tools/m4_ax_lib_postgresql.m4

Thank you.

>
> Regards
>
> Pavel
>
>>
>> Thank you.
>>
>>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ian Harding 2024-07-10 16:37:08 Re: [EXTERNAL] Re: SSPI Feature Request
Previous Message Pavel Stehule 2024-07-10 16:10:23 Re: Detecting PostgreSQL client library