Update of /cvsroot/alsa/alsa-utils In directory sc8-pr-cvs1:/tmp/cvs-serv29348
Modified Files: configure.in Log Message: Enhanced detection for ncurses Index: configure.in =================================================================== RCS file: /cvsroot/alsa/alsa-utils/configure.in,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- configure.in 11 Mar 2003 21:11:04 -0000 1.56 +++ configure.in 17 Mar 2003 10:33:39 -0000 1.57 @@ -15,7 +15,8 @@ AC_CHECK_LIB(ncurses, initscr, [ CURSESINC='<ncurses.h>'; CURSESLIB='-lncurses'; ], [ AC_CHECK_LIB(curses, initscr, - [ CURSESINC='<curses.h>'; CURSESLIB='-lcurses'; ]) + [ CURSESINC='<curses.h>'; CURSESLIB='-lcurses'; ], + AC_MSG_ERROR(this packages requires a curses library)) ]) AC_SUBST(CURSESINC) ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog