18 Oct
2007
18 Oct
'07
4:50 p.m.
On Thu, Oct 18, 2007 at 03:53:25PM +0200, Jan Stary wrote:
Hi all,
it seems that the ./configure script as generated by ./autogen.sh of current cvs tree will happily go with fltk < 2, giving compilation errors later.
Jan
Try this: - else if sh -c "fltk-config --version" >/dev/null 2>&1 + else if sh -c "fltk-config --version|grep ^2" >/dev/null 2>&1 -- Cheers Jorge.-