]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
and more pretty
authorRoy Marples <roy@marples.name>
Mon, 4 Nov 2019 20:02:36 +0000 (20:02 +0000)
committerRoy Marples <roy@marples.name>
Mon, 4 Nov 2019 20:02:36 +0000 (20:02 +0000)
configure

index 3520e0c14f3fbaa1257243abef935df82cb30579..29ecaa76e5d192c796f40bb5ef96834fe860d586 100755 (executable)
--- a/configure
+++ b/configure
@@ -383,8 +383,8 @@ EOF
        if $CC -fsanitize=address _test.c -o _test 2>&3; then
                echo "yes"
                echo "# Compiler supports address sanitisation" >>$CONFIG_MK
-               echo "CFLAGS+=          -fsanitize=address" >>$CONFIG_MK
-               echo "LDFLAGS+=         -fsanitize=address" >>$CONFIG_MK
+               echo "CFLAGS+=  -fsanitize=address" >>$CONFIG_MK
+               echo "LDFLAGS+= -fsanitize=address" >>$CONFIG_MK
        else
                echo "no"
        fi