AnantLabs / link-parser

Automatically exported from code.google.com/p/link-parser
0 stars 0 forks source link

Use pkg-config to detect libedit #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
libedit can be compiled with ncurses or curses. But the current makefile
hardcodes curses, which is bad.

We can use the libedit pkg-config file to have the right thing by default
(note that the pkg-config file was broken wrt ncurses too, but I sent a
patch to the libedit maintainer).

Original issue reported on code.google.com by vincent....@gmail.com on 3 Dec 2009 at 3:57

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks!

I've applied this patch to the sources, and it will appear in release version 
4.6.6

Original comment by linasvep...@gmail.com on 3 Dec 2009 at 4:46