Disable configure cache

This commit is contained in:
Behdad Esfahbod 2009-11-02 18:52:21 -05:00
parent a6451aa626
commit d03f818659
1 changed files with 0 additions and 1 deletions

View File

@ -185,5 +185,4 @@ cd "$ORIGDIR" || exit 1
rm -f config.cache
do_cmd $srcdir/configure \
--cache-file=config.cache \
${1+"$@"} && echo "Now type \`make' to compile $PROJECT." || exit 1