X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=configure.ac;h=6fe250fe0a169f02c73788eab567ee80e431c484;hb=2b87db455c8438ebad26f421cee409c729554e0c;hp=c4f6c35fd6d775b07fc1e183d0313e291a82c7fb;hpb=c11a279ed19722816ccc56537a7d928ed06c6bab;p=collectd.git diff --git a/configure.ac b/configure.ac index c4f6c35f..6fe250fe 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ m4_ifdef([LT_PACKAGE_VERSION], AM_CONDITIONAL([BUILD_INCLUDED_LTDL], [test "x$LTDLDEPS" != "x"]) -AM_INIT_AUTOMAKE([tar-pax dist-bzip2 foreign]) +AM_INIT_AUTOMAKE([subdir-objects tar-pax dist-bzip2 foreign]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_LANG(C) @@ -1956,7 +1956,6 @@ then AC_DEFINE(HAVE_CURLOPT_TIMEOUT_MS, 1, [Define if libcurl supports CURLOPT_TIMEOUT_MS option.]) fi fi -AM_CONDITIONAL(BUILD_WITH_LIBCURL, test "x$with_libcurl" = "xyes") # }}} # --with-libdbi {{{