From: Joshua U. <uz...@li...> - 2000-05-02 08:00:20
|
* Petr Sorfa <pe...@us...> [000501 10:29]: > 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. Umm... no, the fix is not valid. The change must be done in the configure.in (or related) file... not in the configure script itself. The second you run "autoconf" to regenerate the configure script, that change becomes moot. This is what makes it so challenging to deal with. I might even suggest taking the "configure" file out of the tree, since it is a generated file... -- Joshua Uziel, Senior Linux Consultant, Linuxcare, Inc. 415.354.4878 tel, 415.701.7457 fax uz...@li..., http://www.linuxcare.com/ Linuxcare. Support for the revolution. |