Ver código fonte

Remove useless reference to deprecated libcucul.

pull/1/head
Sam Hocevar sam 14 anos atrás
pai
commit
784ea9a179
1 arquivos alterados com 1 adições e 2 exclusões
  1. +1
    -2
      configure.ac

+ 1
- 2
configure.ac Ver arquivo

@@ -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])])



Carregando…
Cancelar
Salvar