wok-next view vice/stuff/patches/disable-fc-cache.patch @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents
children
line source
1 --- a/configure.ac.orig 2016-12-15 04:44:32.000000000 +0100
2 +++ b/configure.ac 2017-01-05 23:24:59.072247182 +0100
3 @@ -2998,12 +2998,7 @@ if test x"$enable_lame" != "xno" ; then
5 fi
7 -AC_PATH_PROGS(FCCACHE, fc-cache, false)
8 -if test x"$FCCACHE" = "xfalse"; then
9 - AM_CONDITIONAL(HAVE_FC_CACHE, false)
10 -else
11 - AM_CONDITIONAL(HAVE_FC_CACHE, true)
12 -fi
13 +AM_CONDITIONAL(HAVE_FC_CACHE, false)
15 if test x"$is_amigaos4" = "xyes"; then
16 if test x"$enable_sdlui" != "xyes" -a x"$enable_sdlui2" != "xyes"; then