default config adjustments

This commit is contained in:
notaz 2013-06-29 03:38:32 +03:00
parent 98dbc3ab3a
commit 720bfc5d9f
4 changed files with 11 additions and 9 deletions

6
configure vendored
View file

@ -123,10 +123,8 @@ if [ "x$sound_drivers" != "x" ]; then
done
fi
if [ "$need_libpicofe" = "yes" ]; then
if ! test -f "frontend/libpicofe/README"; then
fail "libpicofe is missing, please run 'git submodule init && git submodule update'"
fi
if ! test -f "platform/libpicofe/README"; then
fail "libpicofe is missing, please run 'git submodule update --init'"
fi
#if [ "$need_warm" = "yes" ]; then