]> granicus.if.org Git - pdns/commitdiff
Move comment down
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 24 Jan 2015 17:08:50 +0000 (18:08 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 24 Jan 2015 17:08:50 +0000 (18:08 +0100)
pdns/configure-recursor

index 64dbc9ab461986be6204c79e547489fd5a733956..64519ddca6fd1a228209472f578109ba04c45417 100755 (executable)
@@ -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