[Groonga-commit] groonga/groonga at 0da7305 [master] cmake: make related codes close

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 2 22:39:05 JST 2015


Kouhei Sutou	2015-02-02 22:39:05 +0900 (Mon, 02 Feb 2015)

  New Revision: 0da73052e20029e383993b3624481d58890aebdf
  https://github.com/groonga/groonga/commit/0da73052e20029e383993b3624481d58890aebdf

  Message:
    cmake: make related codes close

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2015-02-02 22:33:16 +0900 (ba599b6)
+++ CMakeLists.txt    2015-02-02 22:39:05 +0900 (8c1a641)
@@ -215,6 +215,7 @@ include(build/ac_macros/check_headers.m4)
 include(build/ac_macros/check_functions.m4)
 
 ac_check_symbols(fpclassify math.h)
+ac_check_lib(m fpclassify)
 
 ac_check_lib(dl dlopen)
 ac_check_lib(execinfo backtrace)
@@ -227,7 +228,6 @@ ac_check_lib(rt clock_gettime)
 if(HAVE_LIBRT)
   set(HAVE_CLOCK_GETTIME TRUE)
 endif()
-ac_check_lib(m fpclassify)
 if(MRN_GROONGA_BUNDLED)
   check_library_exists(stdc++ __cxa_begin_catch "${ARG2}"
     STDCPP)
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index