mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 17:45:07 -05:00
configure: don't remove config files with --help
This commit is contained in:
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
|
||||
|
||||
if [ "x${CC}" = "x" ]; then
|
||||
@@ -318,6 +316,8 @@ do
|
||||
esac
|
||||
done
|
||||
|
||||
rm -f config.h config.log
|
||||
|
||||
SYSTEM=${OPERATINGSYSTEM}-${MACHINE}
|
||||
|
||||
case $SYSTEM in
|
||||
|
||||
Reference in New Issue
Block a user