diff options
| author | Roy Marples <roy@marples.name> | 2017-04-21 23:33:46 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2017-04-21 23:33:46 +0100 |
| commit | 5c33e84e390728df6a33aadbaddd40d51bedca29 (patch) | |
| tree | b233ecadccf31f12660b9c5a9d29dd2a8cf9d321 /configure | |
| parent | 4342acad46a0a702ce1e33249dc7aa439e0e6da8 (diff) | |
| download | dhcpcd-5c33e84e390728df6a33aadbaddd40d51bedca29.tar.xz | |
Style.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -512,7 +512,7 @@ if ! $_CC; then echo "$CC does not create executables" >&2 exit 1 fi -[ "$CC" != cc ] && echo "CC= $CC" >>$CONFIG_MK +[ "$CC" != cc ] && echo "CC= $CC" >>$CONFIG_MK $CC --version | $SED -e '1!d' if [ -z "$EMBEDDED" -o "$EMBEDDED" = yes ]; then |
