X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=configure.ac;h=d60781fac1c208c1592a386516611a3e04b77c98;hb=f1c240dd64cb0f7ad9f93b6f8013444b5706e890;hp=3fb9757641441aa7106392cd9f90186d295672f2;hpb=699c9895b10329eeeb6054a24fbf20e3a07a8876;p=umurmur.git diff --git a/configure.ac b/configure.ac index 3fb9757..d60781f 100644 --- a/configure.ac +++ b/configure.ac @@ -46,7 +46,7 @@ AC_PROG_CC # Checks dependencies. AC_CHECK_HEADERS([google/protobuf-c/protobuf-c.h], [], [AC_MSG_ERROR([could not find google/protobuf-c/protobuf-c.h])]) -AC_CHECK_LIB([protobuf-c], [protobuf_c_data_buffer_init], [], [AC_MSG_ERROR([could not find protobuf-c library])]) +AC_CHECK_LIB([protobuf-c], [protobuf_c_message_init], [], [AC_MSG_ERROR([could not find protobuf-c library])]) AC_CHECK_HEADERS([libconfig.h], [], [AC_MSG_ERROR([could not find libconfig.h])]) AC_CHECK_LIB([config], [config_init], [], [AC_MSG_ERROR([could not find libconfig])]) case $host_os in @@ -108,7 +108,7 @@ AC_TYPE_UINT64_T AC_TYPE_UINT8_T # Checks for library functions. -AC_CHECK_FUNCS([ftruncate gettimeofday inet_ntoa memchr memmove memset socket strdup strerror strrchr uname poll], [], [AC_MSG_ERROR([missing a required func])]) +AC_CHECK_FUNCS([ftruncate gettimeofday inet_ntoa memchr memmove memset socket strdup strrchr uname poll], [], [AC_MSG_ERROR([missing a required func])]) AC_CONFIG_FILES([Makefile src/Makefile]) AC_OUTPUT