summaryrefslogtreecommitdiff
path: root/extra/vice/vice-2.3-no-fc-cache.patch
blob: 7efdc87c78772c8754d240e1103548adabec93f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/configure.in	2011-02-19 23:07:05.000000000 +0100
+++ b/configure.in	2012-08-06 13:18:46.000000000 +0200
@@ -1990,12 +1990,7 @@
 
 fi
 
-AC_PATH_PROGS(FCCACHE, fc-cache, false)
-if test x"$FCCACHE" = "xfalse"; then
   AM_CONDITIONAL(HAVE_FC_CACHE, false)
-else
-  AM_CONDITIONAL(HAVE_FC_CACHE, true)
-fi
 
 if test x"$is_amigaos4" = "xyes"; then
   if test x"$enable_sdlui" != "xyes"; then