summarylogtreecommitdiffstats
path: root/vice-no-fc-cache.patch
blob: b7a6babeb9dac7122e2ae2c8c5db456be06f6bbe (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