X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=configure.in;h=ec84d5b149967dbd4efbe71768d9aa20888df459;hb=ed633b658eeda4bab77d34baae23143c14ce0831;hp=e9aca547689bf5bd6be9eef83a412c5f115d45c2;hpb=ced8c219dbf4c6b9dcfa430fb83282bfd0ccc392;p=collectd.git diff --git a/configure.in b/configure.in index e9aca547..ec84d5b1 100644 --- a/configure.in +++ b/configure.in @@ -1096,6 +1096,7 @@ fi AM_CONDITIONAL(BUILD_WITH_LIBKVM_OPENFILES, test "x$with_kvm_openfiles" = "xyes") # --with-libtokyotyrant {{{ +with_libtokyotyrant_cflags="" with_libtokyotyrant_libs="" AC_ARG_WITH(libtokyotyrant, [AS_HELP_STRING([--with-libtokyotyrant@<:@=PREFIX@:>@], [Path to libtokyotyrant.])], [ @@ -1113,8 +1114,8 @@ AC_ARG_WITH(libtokyotyrant, [AS_HELP_STRING([--with-libtokyotyrant@<:@=PREFIX@:> if test "x$with_libtokyotyrant" = "xyes" then - #with_libtokyotyrant_libs="-ltokyotyrant" - with_libtokyotyrant_libs="-ltokyotyrant -ltokyocabinet" + with_libtokyotyrant_cflags="`$PKG_CONFIG --cflags tokyotyrant`" + with_libtokyotyrant_libs="`$PKG_CONFIG --libs tokyotyrant`" BUILD_WITH_LIBTOKYOTYRANT_LIBS="$with_libtokyotyrant_libs" @@ -4011,6 +4012,7 @@ Configuration: tcpconns . . . . . . $enable_tcpconns teamspeak2 . . . . . $enable_teamspeak2 ted . . . . . . . . . $enable_ted + tokyotyrant . . . . . $enable_tokyotyrant thermal . . . . . . . $enable_thermal unixsock . . . . . . $enable_unixsock uptime . . . . . . . $enable_uptime