From: <sa...@us...> - 2006-07-04 18:49:18
|
Revision: 16421 Author: sadrul Date: 2006-07-04 11:49:13 -0700 (Tue, 04 Jul 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16421&view=rev Log Message: ----------- Paco-Paco thinks it would be good to make libgnt configure look for ncursesw. Thanks to rekkanoryo and grim, we can do that. Modified Paths: -------------- trunk/console/libgnt/configure.ac Modified: trunk/console/libgnt/configure.ac =================================================================== --- trunk/console/libgnt/configure.ac 2006-07-04 05:17:07 UTC (rev 16420) +++ trunk/console/libgnt/configure.ac 2006-07-04 18:49:13 UTC (rev 16421) @@ -239,6 +239,8 @@ AC_CHECK_HEADERS(termios.h) #AC_VAR_TIMEZONE_EXTERNALS +AC_CHECK_LIB(ncursesw, initscr, , [AC_MSG_ERROR([ +*** You need ncursesw. ])]) AC_OUTPUT([Makefile gnt.pc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |