wok-next annotate vice/stuff/patches/disable-fc-cache.patch @ rev 20854

Add xa, libicns; up vice (3.2)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 26 14:16:09 2018 +0300 (2018-06-26)
parents
children
rev   line source
al@20854 1 --- a/configure.ac.orig 2016-12-15 04:44:32.000000000 +0100
al@20854 2 +++ b/configure.ac 2017-01-05 23:24:59.072247182 +0100
al@20854 3 @@ -2998,12 +2998,7 @@ if test x"$enable_lame" != "xno" ; then
al@20854 4
al@20854 5 fi
al@20854 6
al@20854 7 -AC_PATH_PROGS(FCCACHE, fc-cache, false)
al@20854 8 -if test x"$FCCACHE" = "xfalse"; then
al@20854 9 - AM_CONDITIONAL(HAVE_FC_CACHE, false)
al@20854 10 -else
al@20854 11 - AM_CONDITIONAL(HAVE_FC_CACHE, true)
al@20854 12 -fi
al@20854 13 +AM_CONDITIONAL(HAVE_FC_CACHE, false)
al@20854 14
al@20854 15 if test x"$is_amigaos4" = "xyes"; then
al@20854 16 if test x"$enable_sdlui" != "xyes" -a x"$enable_sdlui2" != "xyes"; then