|
Author: piumarta
Date: 2009-08-26 13:30:07 -0700 (Wed, 26 Aug 2009)
New Revision: 2098
Modified:
trunk/platforms/unix/plugins/PseudoTTYPlugin/config.cmake
Log:
remove redunant messages
Modified: trunk/platforms/unix/plugins/PseudoTTYPlugin/config.cmake
===================================================================
--- trunk/platforms/unix/plugins/PseudoTTYPlugin/config.cmake 2009-08-26 20:13:12 UTC (rev 2097)
+++ trunk/platforms/unix/plugins/PseudoTTYPlugin/config.cmake 2009-08-26 20:30:07 UTC (rev 2098)
@@ -6,11 +6,8 @@
CHECK_FUNCTION_EXISTS (openpty OPENPTY)
-MESSAGE ("OPENPTY ${OPENPTY} HAVE_LIBUTIL ${HAVE_LIBUTIL}")
-
IF (NOT OPENPTY AND HAVE_LIBUTIL)
CHECK_LIBRARY_EXISTS (util openpty "" UTIL_OPENPTY)
- MESSAGE ("UTIL_OPENPTY ${UTIL_OPENPTY}")
IF (UTIL_OPENPTY)
PLUGIN_LINK_LIBRARIES (util)
SET (HAVE_OPENPTY 1)
|