configure.ac: check cmake availability
[lttng-ust.git] / configure.ac
index de462ffcc67f329a89752737d2fde0934d2fc012..105b46ff97831a549aa8304bd78a260701fe223f 100644 (file)
@@ -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
 
This page took 0.022824 seconds and 4 git commands to generate.