diff -r b12634f2e1b2 -r 5bc0fc0bab4d cmake_modules/FindFreepascal.cmake --- a/cmake_modules/FindFreepascal.cmake Sat Dec 01 15:40:10 2012 -0600 +++ b/cmake_modules/FindFreepascal.cmake Sat Dec 01 16:03:38 2012 -0600 @@ -28,7 +28,7 @@ if (TEST_NOEXECSTACK) set(NOEXECSTACK_FLAGS "") - message(STATUS "Checking whether linker supports noexecstack flag -- no") + message(STATUS "Checking whether linker needs explicit noexecstack -- no") else() - message(STATUS "Checking whether linker supports noexecstack flag -- yes") + message(STATUS "Checking whether linker needs explicit noexecstack -- yes") endif()