[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
AC_CHECK_LIB(tui, tuiExit,[ LIBS="$LIBS -ltui" ],[ AC_MSG_ERROR([ The Libtui library is needed for compiling xyz app. You can get it at: http://www.wsmake.org/~mike/software/libtui/]) ]) |
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |