Remove useless reference to deprecated libcucul.
This commit is contained in:
parent
cab64e608b
commit
784ea9a179
1 changed files with 1 additions and 2 deletions
|
@ -38,9 +38,8 @@ if test "${ac_cv_have_tiocgwinsz}" = "yes"; then
|
||||||
AC_DEFINE(HAVE_TIOCGWINSZ, 1, [Define if you have TIOCGWINSZ])
|
AC_DEFINE(HAVE_TIOCGWINSZ, 1, [Define if you have TIOCGWINSZ])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CUCUL="no"
|
|
||||||
PKG_CHECK_MODULES(CACA, caca >= 0.99.beta18,
|
PKG_CHECK_MODULES(CACA, caca >= 0.99.beta18,
|
||||||
[CUCUL="yes"],
|
[:],
|
||||||
[AC_MSG_RESULT(no)
|
[AC_MSG_RESULT(no)
|
||||||
AC_MSG_ERROR([you need libcaca version 0.99.beta18 or later])])
|
AC_MSG_ERROR([you need libcaca version 0.99.beta18 or later])])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue