X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.ac;h=40ccafe3c70774a6be2d8b3eb8add11b1aeb7229;hb=2e14acaa9e1bddf6a787fa6153fb16c400c2de78;hp=34386d0663c723283be1f2b46e1c47c4daf9fd4d;hpb=b5b5d43f302e0b9290d3e247ea29699814d46abb;p=collectd.git diff --git a/configure.ac b/configure.ac index 34386d06..40ccafe3 100644 --- a/configure.ac +++ b/configure.ac @@ -2722,6 +2722,7 @@ if test "x$withval" != "xno"; then else AC_MSG_RESULT([no]) with_libgrpcpp="no (requires C++11 support)" + with_libprotobuf="no ( requires C++11 support)" fi fi @@ -4568,7 +4569,7 @@ if test "x$withval" != "xno"; then AC_CHECK_LIB([protobuf], [main], [ SAVE_CPPFLAGS="$CPPFLAGS" - CPPFLAGS="$with_libprotobuf_cppflags $PROTOBUF_CFLAGS" + CPPFLAGS="-std=c++11 $with_libprotobuf_cppflags $PROTOBUF_CFLAGS" if test "x$PROTOBUF_LIBS" = "x" then PROTOBUF_LIBS="-lprotobuf" @@ -5398,7 +5399,7 @@ AC_ARG_WITH([libtokyotyrant], with_libtokyotyrant="$withval" else with_libtokyotyrant_cppflags="-I$withval/include" - with_libtokyotyrant_ldflags="-L$withval/include" + with_libtokyotyrant_ldflags="-L$withval/lib" with_libtokyotyrant_libs="-ltokyotyrant" with_libtokyotyrant="yes" fi