diff options
| author | Roy Marples <roy@marples.name> | 2015-03-18 18:31:07 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2015-03-18 18:31:07 +0000 |
| commit | 250966db523c164881815eb2a8afaa57d58b492e (patch) | |
| tree | 3a50a46a7c0bff4b0211ef3f6a76ca58dd2a9fc9 /configure | |
| parent | 1b219a664ec5cb9da712f58321aad506d0843c5e (diff) | |
| download | dhcpcd-250966db523c164881815eb2a8afaa57d58b492e.tar.xz | |
Fix ./configure --debug=yes
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |
