aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vice/disable-fc-cache.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/vice/disable-fc-cache.patch')
-rw-r--r--testing/vice/disable-fc-cache.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/testing/vice/disable-fc-cache.patch b/testing/vice/disable-fc-cache.patch
deleted file mode 100644
index c685b676d4..0000000000
--- a/testing/vice/disable-fc-cache.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/configure.ac.orig 2016-12-15 04:44:32.000000000 +0100
-+++ b/configure.ac 2017-01-05 23:24:59.072247182 +0100
-@@ -2998,12 +2998,7 @@ if test x"$enable_lame" != "xno" ; then
-
- 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