configure: don't remove config files with --help
This commit is contained in:
parent
a0d5abef88
commit
cb28d6cdb7
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -8,8 +8,6 @@
|
||||||
#
|
#
|
||||||
# =======================================================================
|
# =======================================================================
|
||||||
|
|
||||||
rm -f config.h config.log
|
|
||||||
|
|
||||||
# This configure script determines the operating system type and version
|
# This configure script determines the operating system type and version
|
||||||
|
|
||||||
if [ "x${CC}" = "x" ]; then
|
if [ "x${CC}" = "x" ]; then
|
||||||
|
@ -318,6 +316,8 @@ do
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
rm -f config.h config.log
|
||||||
|
|
||||||
SYSTEM=${OPERATINGSYSTEM}-${MACHINE}
|
SYSTEM=${OPERATINGSYSTEM}-${MACHINE}
|
||||||
|
|
||||||
case $SYSTEM in
|
case $SYSTEM in
|
||||||
|
|
Loading…
Reference in a new issue