mingw: use $APPDATA as a possible root for cachedir.
authorJan Nieuwenhuizen <janneke@gnu.org>
Tue, 15 Feb 2011 15:35:03 +0000 (16:35 +0100)
committerAndy Wingo <wingo@pobox.com>
Thu, 16 Jun 2011 22:01:39 +0000 (00:01 +0200)
commit284019a2a5cfd7c7734701671f6a1776f11211eb
tree0881cde9eb217cfb9f874e74882f76442ff1cdb6
parenta67f2fce5456caf8e63dacb110b8e15600bb1c9f
mingw: use $APPDATA as a possible root for cachedir.

* libguile/load.c (scm_init_load_path) [MINGW32]: Fall back to using
$LOCALAPPDATA or $APPDATA if $XDG_CACHE_HOME and $HOME aren't set.
libguile/load.c