X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=configure.ac;h=e3df376a89748778117fdc04ef7889d408a0a354;hb=57ed2ec98a5983d1731154b25970113acb17390f;hp=e2149ba4465125c1a9ac72bc72e36138ac567b6d;hpb=6600bd1351bf81e0831e7ad95ee37a7b28cbdf94;p=collectd.git diff --git a/configure.ac b/configure.ac index e2149ba4..e3df376a 100644 --- a/configure.ac +++ b/configure.ac @@ -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 {{{ @@ -3366,9 +3365,9 @@ then fi if test "x$with_oracle" = "xyes" then - BUILD_WITH_ORACLE_CFLAGS="$with_oracle_cppflags" + BUILD_WITH_ORACLE_CPPFLAGS="$with_oracle_cppflags" BUILD_WITH_ORACLE_LIBS="$with_oracle_libs" - AC_SUBST(BUILD_WITH_ORACLE_CFLAGS) + AC_SUBST(BUILD_WITH_ORACLE_CPPFLAGS) AC_SUBST(BUILD_WITH_ORACLE_LIBS) fi # }}}