Remove useless reference to deprecated libcucul.

This commit is contained in:
Sam Hocevar 2010-10-07 21:43:58 +00:00 committed by sam
parent cab64e608b
commit 784ea9a179

View file

@ -38,9 +38,8 @@ if test "${ac_cv_have_tiocgwinsz}" = "yes"; then
AC_DEFINE(HAVE_TIOCGWINSZ, 1, [Define if you have TIOCGWINSZ])
fi
CUCUL="no"
PKG_CHECK_MODULES(CACA, caca >= 0.99.beta18,
[CUCUL="yes"],
[:],
[AC_MSG_RESULT(no)
AC_MSG_ERROR([you need libcaca version 0.99.beta18 or later])])