]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/libxine/libxine-x11-1.0/no-caca-no-aalib.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / libxine / libxine-x11-1.0 / no-caca-no-aalib.patch
1 diff -urNd ../libxine-1.0-r1/xine-lib-1.0/configure.ac xine-lib-1.0/configure.ac
2 --- ../libxine-1.0-r1/xine-lib-1.0/configure.ac 2005-04-09 02:22:48 +01:00
3 +++ xine-lib-1.0/configure.ac   2005-04-09 02:24:00 +01:00
4 @@ -710,16 +710,16 @@
5  dnl Checks for Ascii-Art library
6  dnl ---------------------------------------------
7  
8 -AM_PATH_AALIB(1.4,, AC_MSG_RESULT([*** All of AALIB dependent parts will be disabled ***]))
9 -AM_CONDITIONAL(HAVE_AA,  [test x"$enable_aalib" = "xyes" && test x$no_aalib != "xyes"])
10 +dnl AM_PATH_AALIB(1.4,, AC_MSG_RESULT([*** All of AALIB dependent parts will be disabled ***]))
11 +AM_CONDITIONAL(HAVE_AA, 0)
12  
13  
14  dnl ---------------------------------------------
15  dnl Checks for Color AsCii Art library
16  dnl ---------------------------------------------
17  
18 -AM_PATH_CACA(0.3,, AC_MSG_RESULT([*** All CACA-dependent parts will be disabled ***]))
19 -AM_CONDITIONAL(HAVE_CACA, test x$no_caca != "xyes")
20 +dnl AM_PATH_CACA(0.3,, AC_MSG_RESULT([*** All CACA-dependent parts will be disabled ***]))
21 +AM_CONDITIONAL(HAVE_CACA, 0)
22  
23  
24  dnl ---------------------------------------------