X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=105b46ff97831a549aa8304bd78a260701fe223f;hb=acb9c126d4251e4f80f2d421f0874c815fce72db;hp=de462ffcc67f329a89752737d2fde0934d2fc012;hpb=21ddb8ec9689e02944dae9cd4e5aba1ca2ab0d5b;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index de462ffc..105b46ff 100644 --- a/configure.ac +++ b/configure.ac @@ -79,6 +79,9 @@ AM_CONDITIONAL([NO_SHARED], [test "x$enable_shared" = "xno"]) # Checks for programs. AC_PROG_CC AC_PROG_CXX +AM_CONDITIONAL([HAVE_CXX], [test "x$CXX" != "x"]) +AC_CHECK_PROG([HAVE_CMAKE], [cmake], ["yes"]) +AM_CONDITIONAL([HAVE_CMAKE], [test "x$HAVE_CMAKE" = "xyes"]) AC_PROG_MAKE_SET LT_INIT