blob: dc861693e9d51f7a50675506d3d1a2d767ac8e34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#
# Patch managed by http://www.holgerschurig.de/patcher.html
#
--- xine-lib-1.1.0/configure.ac~no-caca
+++ xine-lib-1.1.0/configure.ac
@@ -749,8 +749,9 @@
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 AM_PATH_CACA(0.3,, AC_MSG_RESULT([*** All CACA-dependent parts will be disabled ***]))
+AM_CONDITIONAL(HAVE_CACA, 0)
+
dnl ---------------------------------------------
|