Re: getopt_long search in configure

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: getopt_long search in configure
Date: 2002-07-15 23:05:42
Message-ID: Pine.LNX.4.44.0207160105010.2259-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2002-07-15 23:06:45 Re: Future of src/utils
Previous Message Peter Eisentraut 2002-07-15 23:04:48 Re: utils C files