From a657c3df2f453941b115de0ece3ad8d849d58a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sat, 28 Feb 2004 19:56:41 +0000 Subject: New caca video output plugin - color ASCII art. CVS patchset: 6191 CVS date: 2004/02/28 19:56:41 --- configure.ac | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index eae9a5be9..923411e88 100644 --- a/configure.ac +++ b/configure.ac @@ -603,6 +603,14 @@ AM_PATH_AALIB(1.4,, AC_MSG_RESULT([*** All of AALIB dependent parts will be disa AM_CONDITIONAL(HAVE_AA, test x$no_aalib != "xyes") +dnl --------------------------------------------- +dnl Checks for Color AsCii Art library +dnl --------------------------------------------- + +AM_PATH_CACA(0.3,, AC_MSG_RESULT([*** All CACA-dependent parts will be disabled ***])) +AM_CONDITIONAL(HAVE_CACA, test x$no_caca != "xyes") + + dnl --------------------------------------------- dnl Check solaris framebuffer device support dnl --------------------------------------------- @@ -2201,6 +2209,9 @@ fi if test x$no_aalib != "xyes"; then echo " - aa (Ascii ART)" fi +if test x$no_caca != "xyes"; then + echo " - caca (Color AsCii Art)" +fi if test x$have_fb = "xyes"; then echo " - fb (Linux framebuffer device)" fi -- cgit v1.2.3