[Groonga-commit] groonga/groonga at 5a7e2a9 [master] Remove needless open() check

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Apr 18 16:34:46 JST 2015


Kouhei Sutou	2015-04-18 16:34:46 +0900 (Sat, 18 Apr 2015)

  New Revision: 5a7e2a90efb291fa6091fac6685b2386b8f48794
  https://github.com/groonga/groonga/commit/5a7e2a90efb291fa6091fac6685b2386b8f48794

  Message:
    Remove needless open() check

  Modified files:
    build/ac_macros/check_functions.m4
    config.h.cmake

  Modified: build/ac_macros/check_functions.m4 (+0 -1)
===================================================================
--- build/ac_macros/check_functions.m4    2015-04-18 16:14:56 +0900 (624adc7)
+++ build/ac_macros/check_functions.m4    2015-04-18 16:34:46 +0900 (02eb52f)
@@ -8,7 +8,6 @@ AC_CHECK_FUNCS(_strtoui64)
 AC_CHECK_FUNCS(gmtime_r)
 AC_CHECK_FUNCS(localtime_r)
 AC_CHECK_FUNCS(mkstemp)
-AC_CHECK_FUNCS(open)
 AC_CHECK_FUNCS(strcasecmp)
 AC_CHECK_FUNCS(strncasecmp)
 AC_CHECK_FUNCS(strtoull)

  Modified: config.h.cmake (+0 -1)
===================================================================
--- config.h.cmake    2015-04-18 16:14:56 +0900 (d99a07a)
+++ config.h.cmake    2015-04-18 16:34:46 +0900 (cd8e4f6)
@@ -148,7 +148,6 @@
 #cmakedefine HAVE_GMTIME_R
 #cmakedefine HAVE_LOCALTIME_R
 #cmakedefine HAVE_MKSTEMP
-#cmakedefine HAVE_OPEN
 #cmakedefine HAVE_STRCASECMP
 #cmakedefine HAVE_STRNCASECMP
 #cmakedefine HAVE_STRTOULL
-------------- next part --------------
HTML����������������������������...
Download 



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