build: check for CXX_WORKS for cmake example
[lttng-ust.git] / doc / examples / Makefile.am
index 5d67e79141f85e7269acc6f0aa09e59845aba8a4..424b8440dff2417aad6f42ac15f9cd26bd03c7bc 100644 (file)
@@ -34,7 +34,7 @@ dist_doc_examples_python_DATA = python/hello.py
 endif
 
 if HAVE_CMAKE
-if HAVE_CXX
+if CXX_WORKS
 SUBDIRS_CMAKE = cmake-multiple-shared-libraries
 endif
 endif
This page took 0.034772 seconds and 4 git commands to generate.