Re: getopt_long search in configure - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: getopt_long search in configure
Date
Msg-id Pine.LNX.4.44.0207160105010.2259-100000@localhost.localdomain
Whole thread Raw
In response to getopt_long search in configure  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: getopt_long search in configure  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian writes:

> I have added:
>
>     AC_CHECK_LIB(getopt,   main)
>
> to configure.in to allow PostgreSQL to perhaps find getopt_long() in a
> separate library.

Is there a system that distributes a libgetopt library that contains
getopt_long()?

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: Unused system table columns
Next
From: Peter Eisentraut
Date:
Subject: Re: Future of src/utils