Follow-up Comment #1, bug #29254 (project screen):

Thanks for the patch!

Out of curiosity, can you see if the following patch works? (make sure you
revert your change first!)


--- a/src/configure.in
+++ b/src/configure.in
@@ -657,13 +657,7 @@ AC_TRY_LINK(,tgetent((char *)0, (char *)0);,,
 olibs="$LIBS"
 LIBS="-lcurses $olibs"
 AC_CHECKING(libcurses)
-AC_TRY_LINK(,[
-#ifdef __hpux
-__sorry_hpux_libcurses_is_totally_broken_in_10_10();
-#else
-tgetent((char *)0, (char *)0);
-#endif
-],,
+AC_TRY_LINK(,tgetent((char *)0, (char *)0);,,
 LIBS="-ltermcap $olibs"
 AC_CHECKING(libtermcap)
 AC_TRY_LINK(,tgetent((char *)0, (char *)0);,,


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29254>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/



Reply via email to