--- 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()