From: Ruben Kerkhof Date: Sat, 24 Jan 2015 17:08:50 +0000 (+0100) Subject: Move comment down X-Git-Tag: rec-3.7.0-rc2~42^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a141dbe60badbcccdb5c1288a34d6d853e6b1bf5;p=pdns Move comment down --- diff --git a/pdns/configure-recursor b/pdns/configure-recursor index 64dbc9ab4..64519ddca 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