[Groonga-commit] groonga/groonga [master] cmake: remove garbage arguments

Back to archive index

null+****@clear***** null+****@clear*****
2012年 5月 17日 (木) 22:11:18 JST


Kouhei Sutou	2012-05-17 22:11:18 +0900 (Thu, 17 May 2012)

  New Revision: 9b4ed958a950433e9feb7efe2150b101b34e1d5a

  Log:
    cmake: remove garbage arguments

  Modified files:
    CMakeLists.txt

  Modified: CMakeLists.txt (+1 -1)
===================================================================
--- CMakeLists.txt    2012-05-17 22:03:29 +0900 (66e6087)
+++ CMakeLists.txt    2012-05-17 22:11:18 +0900 (51481fc)
@@ -114,7 +114,7 @@ endif()
 
 if(UNIX)
   ac_check_headers(pthread.h)
-  ac_check_lib(pthread pthread_mutex_init "" "")
+  ac_check_lib(pthread pthread_mutex_init)
   if(NOT ${HAVE_LIBPTHREAD} EQUAL 1)
     message(FATAL_ERROR "No libpthread found")
   endif()




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