Ignore:
Timestamp:
Dec 16, 2007, 1:08:27 PM (15 years ago)
Author:
Sam Hocevar
Message:
  • Require libcaca >= 0.99beta13.
  • Update event code to comply with the last API change.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/configure.ac

    r1445 r2143  
    2727
    2828CACA="no"
    29 PKG_CHECK_MODULES(CACA, caca >= 0.99.beta10,
     29PKG_CHECK_MODULES(CACA, caca >= 0.99.beta13,
    3030 [CACA="yes"],
    3131 [AC_MSG_RESULT(no)
    32   AC_MSG_ERROR([you need libcaca version 0.99.beta10 or later])])
     32  AC_MSG_ERROR([you need libcaca version 0.99.beta13 or later])])
    3333
    3434AC_CHECK_HEADERS(stdio.h pty.h)
Note: See TracChangeset for help on using the changeset viewer.