[Groonga-commit] groonga/grnxx [master] Comment out AC_CHECK_LIB([rt], [clock_gettime]).

Back to archive index

susumu.yata null+****@clear*****
Thu Feb 28 16:17:45 JST 2013


susumu.yata	2013-02-28 16:17:45 +0900 (Thu, 28 Feb 2013)

  New Revision: ad2266a87041051f5accd219014d4207b2f90255
  https://github.com/groonga/grnxx/commit/ad2266a87041051f5accd219014d4207b2f90255

  Log:
    Comment out AC_CHECK_LIB([rt], [clock_gettime]).

  Modified files:
    configure.ac

  Modified: configure.ac (+1 -2)
===================================================================
--- configure.ac    2013-02-28 16:16:31 +0900 (c8f9589)
+++ configure.ac    2013-02-28 16:17:45 +0900 (9ed5541)
@@ -34,13 +34,12 @@ if test "x$enable_backtrace" != "xno"; then
   AC_CHECK_LIB([bfd], [bfd_openr])
 fi
 
-AC_CHECK_LIB([rt], [clock_gettime])
-
 # Checks for header files.
 
 # Checks for typedefs, structures, and compiler characteristics.
 
 # Checks for library functions.
+#AC_CHECK_LIB([rt], [clock_gettime])
 
 AC_CONFIG_FILES([Makefile
                  lib/Makefile
-------------- next part --------------
HTML����������������������������...
Download 



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