Re: getopt_long search in configure

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: getopt_long search in configure
Дата
Msg-id Pine.LNX.4.44.0207161938210.9047-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Re: getopt_long search in configure  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: getopt_long search in configure  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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@gmx.net



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Michael J. Ditto"
Дата:
Сообщение: Building PostgreSQL 7.2.1 w/ Tcl/Tk support on Mac OS X
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Future of src/utils