efl: turn on cached result, that will reduce your configure time a lot !

SVN revision: 57213
This commit is contained in:
Cedric BAIL 2011-02-21 14:56:49 +00:00
parent 62f630e67c
commit 200d7c16d7
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ find . -name Makefile.in -delete
autoreconf -f -i
if [ -z "$NOCONFIGURE" ]; then
./configure "$@"
./configure -C "$@"
fi