Ignore:
Timestamp:
Nov 12, 2006, 9:37:58 PM (16 years ago)
Author:
Sam Hocevar
Message:
  • Now that libcaca 0.99.beta10 is out, we can switch to the new API.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • toilet/trunk/configure.ac

    r1327 r1376  
    5252
    5353CUCUL="no"
    54 PKG_CHECK_MODULES(cucul, cucul >= 0.99.beta9,
     54PKG_CHECK_MODULES(cucul, cucul >= 0.99.beta10,
    5555 [CUCUL="yes"],
    5656 [AC_MSG_RESULT(no)
    57   AC_MSG_ERROR([you need libcucul version 0.99.beta9 or later])])
     57  AC_MSG_ERROR([you need libcucul version 0.99.beta10 or later])])
    5858
    5959AC_MSG_CHECKING([for release date])
Note: See TracChangeset for help on using the changeset viewer.