mirror of
https://github.com/rsmarples/dhcpcd.git
synced 2024-11-23 18:14:09 +08:00
Fix ./configure --debug=yes
This commit is contained in:
parent
1b219a664e
commit
250966db52
4
configure
vendored
4
configure
vendored
@ -320,10 +320,8 @@ done
|
||||
if [ -z "$DEBUG" -a -f .fslckout ]; then
|
||||
printf "Found fossil checkout ... "
|
||||
DEBUG=yes
|
||||
else
|
||||
DEBUG=no
|
||||
fi
|
||||
if [ "$DEBUG" != no -a "$DEBUG" != false ]; then
|
||||
if [ -n "$DEBUG" -a "$DEBUG" != no -a "$DEBUG" != false ]; then
|
||||
echo "Adding debugging CFLAGS"
|
||||
cat <<EOF >>$CONFIG_MK
|
||||
CFLAGS+= -g -Wall -Wextra
|
||||
|
Loading…
Reference in New Issue
Block a user