[Groonga-commit] groonga/groonga at aa0f2d0 [master] Remove needless string.h existence check

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jul 24 17:50:36 JST 2015


Kouhei Sutou	2015-07-24 17:50:36 +0900 (Fri, 24 Jul 2015)

  New Revision: aa0f2d00553821211c5fbb204bae3dcab3654e37
  https://github.com/groonga/groonga/commit/aa0f2d00553821211c5fbb204bae3dcab3654e37

  Message:
    Remove needless string.h existence check

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

  Modified: build/ac_macros/check_headers.m4 (+0 -1)
===================================================================
--- build/ac_macros/check_headers.m4    2015-07-24 17:47:24 +0900 (7ee4730)
+++ build/ac_macros/check_headers.m4    2015-07-24 17:50:36 +0900 (e4cc478)
@@ -8,7 +8,6 @@ AC_CHECK_HEADERS(inttypes.h)
 AC_CHECK_HEADERS(netdb.h)
 AC_CHECK_HEADERS(signal.h)
 AC_CHECK_HEADERS(stdarg.h)
-AC_CHECK_HEADERS(string.h)
 AC_CHECK_HEADERS(strings.h)
 AC_CHECK_HEADERS(sys/mman.h)
 AC_CHECK_HEADERS(sys/param.h)

  Modified: config.h.cmake (+0 -1)
===================================================================
--- config.h.cmake    2015-07-24 17:47:24 +0900 (1d5c834)
+++ config.h.cmake    2015-07-24 17:50:36 +0900 (56188c7)
@@ -105,7 +105,6 @@
 #cmakedefine HAVE_SIGNAL_H
 #cmakedefine HAVE_STDARG_H
 #cmakedefine HAVE_STRINGS_H
-#cmakedefine HAVE_STRING_H
 #cmakedefine HAVE_SYS_MMAN_H
 #cmakedefine HAVE_SYS_PARAM_H
 #cmakedefine HAVE_SYS_RESOURCE_H
-------------- next part --------------
HTML����������������������������...
Download 



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