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-16 21:56:37
Message-ID: Pine.LNX.4.44.0207161938210.9047-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian writes:

> I have it here in /usr/local/include. Not sure how it got there. It
> must have been installed by some other software.

OK good. But the check should be

AC_SEARCH_LIBS(getopt_long, [getopt])

That way you check if the library actually contains the function you want.

--
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-16 21:57:18 Re: utils C files
Previous Message Michael J. Ditto 2002-07-16 21:24:47 Building PostgreSQL 7.2.1 w/ Tcl/Tk support on Mac OS X