vice-2.4-no-fc-cache.patch 392 B

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