configure: don't remove config files with --help

This commit is contained in:
Miroslav Lichvar 2014-09-19 10:13:42 +02:00
parent a0d5abef88
commit cb28d6cdb7

4
configure vendored
View file

@ -8,8 +8,6 @@
#
# =======================================================================
rm -f config.h config.log
# This configure script determines the operating system type and version
if [ "x${CC}" = "x" ]; then
@ -318,6 +316,8 @@ do
esac
done
rm -f config.h config.log
SYSTEM=${OPERATINGSYSTEM}-${MACHINE}
case $SYSTEM in