Introduce c++ test
[lttng-ust.git] / configure.ac
index d3cac78f9954b23a1af7353abd9197a8909ef5d5..59d084058fd2ee7ef29acb62a216005479130e76 100644 (file)
@@ -27,6 +27,7 @@ AC_DEFINE_UNQUOTED([VERSION_PATCHLEVEL], $patchlevel_version, [UST patchlevel ve
 
 # Checks for programs.
 AC_PROG_CC
+AC_PROG_CXX
 AC_PROG_MAKE_SET
 AC_PROG_LIBTOOL
 
@@ -231,6 +232,7 @@ AC_CONFIG_FILES([
        liblttng-ust-java/Makefile
        tests/Makefile
        tests/hello/Makefile
+       tests/hello.cxx/Makefile
        tests/demo/Makefile
        tests/fork/Makefile
        tests/ust-basic-tracing/Makefile
This page took 0.023695 seconds and 4 git commands to generate.