1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 02:35:23 +03:00
aports/testing/vice/disable-fc-cache.patch
2017-01-25 09:03:07 +00:00

16 lines
509 B
Diff

--- 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