From a141dbe60badbcccdb5c1288a34d6d853e6b1bf5 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 24 Jan 2015 18:08:50 +0100 Subject: [PATCH] Move comment down --- pdns/configure-recursor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/configure-recursor b/pdns/configure-recursor index 64dbc9ab46..64519ddca6 100755 --- a/pdns/configure-recursor +++ b/pdns/configure-recursor @@ -40,8 +40,8 @@ main () return 0; } EOF - # test for PIE + # test for PIE if $CXX $src -c -o a.out -fPIE -fPIC -DPIE; then CF_PIE="-fPIE -fPIC -DPIE" if [ "$STATIC" != "semi" ] && [ "$STATIC" != "full" ] && $CXX -pie -o a2.out a.out; then -- 2.47.2