[Groonga-commit] groonga/groonga [master] cmake: use UNIX instead of NOT WIN32

Back to archive index

null+****@clear***** null+****@clear*****
2012年 4月 12日 (木) 15:48:29 JST


Kouhei Sutou	2012-04-12 15:48:29 +0900 (Thu, 12 Apr 2012)

  New Revision: 86d9f8657500e61b3cac0ded8a190148daaf3b18

  Log:
    cmake: use UNIX instead of NOT WIN32

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2012-04-12 15:48:13 +0900 (a1bc16d)
+++ CMakeLists.txt    2012-04-12 15:48:29 +0900 (988449b)
@@ -45,7 +45,7 @@ endmacro()
 
 include(build/ac-macros/check-headers.m4)
 
-if(NOT WIN32)
+if(UNIX)
   ac_check_headers(pthread.h)
 endif()
 




Groonga-commit メーリングリストの案内
Back to archive index