This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA/RFC] (hppa/tui) Fix build failure due to missing wborder


> Except that AC_SEARCH_LIBS is clever enough itself.  It first tries to
> find the function in the libraries already present.
> 
> AC_SEARCH_LIBS (initscr, [ncurses ...]), [], [AC_MSG_WARN...])
> AC_SEARCH_LIBS (wborder, cur_clr, [], [AC_MSG_WARN...])
> 
> Should do exactly what you want.

Thanks for the tip! I checked the following change in.

2004-02-25  J. Brobecker  <brobecker@gnat.com>

        * configure.in: Refine the previous change.
        * configure: Regenerate.

Tested on hpux and x86-linux.

-- 
Joel

Attachment: configure.in.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]