build: check for CXX_WORKS for cmake example
[lttng-ust.git] / configure.ac
index a59758e8e54307729101698897d422896414c417..82ea5dc2e26fc1ebc9d6102e29690277bc0f4f89 100644 (file)
@@ -80,7 +80,6 @@ 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
This page took 0.023203 seconds and 4 git commands to generate.