cmake_modules/FindFreepascal.cmake
changeset 8166 5bc0fc0bab4d
parent 8164 b12634f2e1b2
child 8188 4c166505e5c8
--- 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()