From 784ea9a17964ca1b3a9eae694882936ce2c65caa Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Thu, 7 Oct 2010 21:43:58 +0000 Subject: [PATCH] Remove useless reference to deprecated libcucul. --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 79e55af..c684695 100644 --- a/configure.ac +++ b/configure.ac @@ -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])])