From: Petr S. <pe...@us...> - 2000-05-01 17:03:04
|
Hi, I've updated ./configure to work properly for UW7 to pick up -lcurses. I'm not too sure if the fix is valid, so please test. Basically there was a line (1700) with #include</usr/include/curses.h> which was causing a test failure. By changing it to #include<curses.h> the test passed and all is rosey. I've tested it on UnixWare 7.0 and RedHat 6.2 with no problem. Petr |