summarylogtreecommitdiffstats
path: root/no-fc-cache.patch
blob: eb191136fd1bf4b7e29226b70832773838cacf64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- configure.ac	2016-12-15 04:44:32.000000000 +0100
+++ configure.ac1	2016-12-23 18:47:56.561929262 +0100
@@ -2998,12 +2998,8 @@
 
 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
+
+AM_CONDITIONAL(HAVE_FC_CACHE, false)
 
 if test x"$is_amigaos4" = "xyes"; then
   if test x"$enable_sdlui" != "xyes" -a x"$enable_sdlui2" != "xyes"; then