summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-11-04 20:02:36 +0000
committerRoy Marples <roy@marples.name>2019-11-04 20:02:36 +0000
commit52ed37d05e76c864dcfc040288cd8a7e205648ea (patch)
treeab26fda9aa97ab35166dd1a665a096f1a8a9c340 /configure
parent4d56a1e6262f2f644e5f5685bd9d89dcca7a6e3a (diff)
downloaddhcpcd-52ed37d05e76c864dcfc040288cd8a7e205648ea.tar.xz
and more pretty
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 3520e0c1..29ecaa76 100755
--- 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