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
commit4442fe05d39dc8a322ae76d3fc397f7dc7f71f2e (patch)
treeab26fda9aa97ab35166dd1a665a096f1a8a9c340 /configure
parente4aa0af49d0588c83e955f3a32064139bb61b7fc (diff)
downloaddhcpcd-4442fe05d39dc8a322ae76d3fc397f7dc7f71f2e.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