diff --git a/configure b/configure index 0ca64ad..022f2cb 100755 --- a/configure +++ b/configure @@ -19380,7 +19380,7 @@ _ACEOF *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;; esac case $ac_im_usrlibdir in - /usr/lib | /usr/lib64 | /lib | /lib64) ;; + /usr/lib | /usr/lib | /lib | /lib) ;; *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;; esac fi @@ -24348,7 +24348,7 @@ fi ;; linux*) if test x"$host_cpu" = "xx86_64"; then - VICEDIR="$PREFIX/lib64/vice" + VICEDIR="$PREFIX/lib/vice" if false; then ALTERNATE_DOCDIR_TRUE= ALTERNATE_DOCDIR_FALSE='#' diff --git a/configure.ac b/configure.ac index 865e508..0b15afd 100755 --- a/configure.ac +++ b/configure.ac @@ -2865,12 +2865,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 @@ -4436,7 +4431,7 @@ case "$host_os" in ;; linux*) if test x"$host_cpu" = "xx86_64"; then - VICEDIR="$PREFIX/lib64/vice" + VICEDIR="$PREFIX/lib/vice" AM_CONDITIONAL(ALTERNATE_DOCDIR, false) else VICEDIR="$PREFIX/lib/vice" diff --git a/configure.proto b/configure.proto index 865e508..0b15afd 100755 --- a/configure.proto +++ b/configure.proto @@ -2865,12 +2865,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 @@ -4436,7 +4431,7 @@ case "$host_os" in ;; linux*) if test x"$host_cpu" = "xx86_64"; then - VICEDIR="$PREFIX/lib64/vice" + VICEDIR="$PREFIX/lib/vice" AM_CONDITIONAL(ALTERNATE_DOCDIR, false) else VICEDIR="$PREFIX/lib/vice"