Kouhei Sutou
null+****@clear*****
Wed Nov 13 12:25:58 JST 2013
Kouhei Sutou 2013-11-13 12:25:58 +0900 (Wed, 13 Nov 2013) New Revision: 1a26cee193140a74dcd75bea69158ef2c73e2a8a https://github.com/groonga/groonga/commit/1a26cee193140a74dcd75bea69158ef2c73e2a8a Message: cmake: fix a typo Modified files: CMakeLists.txt Modified: CMakeLists.txt (+1 -1) =================================================================== --- CMakeLists.txt 2013-11-07 11:38:09 +0900 (407a71f) +++ CMakeLists.txt 2013-11-13 12:25:58 +0900 (2a991eb) @@ -181,7 +181,7 @@ if(WIN32) message(FATAL_ERROR "No winsock2.h found") endif() ac_check_lib(ws2_32 select) - if(NOT ${HAVE_WS2_32_LIB} EQUAL 1) + if(NOT ${HAVE_LIBWS2_32} EQUAL 1) message(FATAL_ERROR "select() isn't found in ws2_32.lib") endif() set(USE_SELECT TRUE) -------------- next part -------------- HTML����������������������������...Download