Namespace check_sdt_works custom macro
[lttng-tools.git] / configure.ac
index 06e6e10e645a08e79443ae0df470a116feafaff6..b0f1d1ff39d0768afdd830f5c90de25dcb1a06fa 100644 (file)
@@ -25,8 +25,8 @@ AC_PROG_CXX
 rw_PROG_CXX_WORKS
 AM_CONDITIONAL([CXX_WORKS], [test "x$rw_cv_prog_cxx_works" = "xyes"])
 
-ax_CHECK_SDT_WORKS
-AM_CONDITIONAL([SDT_WORKS], [test "x$ax_check_sdt_works" = "xyes"])
+LTTNG_CHECK_SDT_WORKS
+AM_CONDITIONAL([SDT_WORKS], [test "x$lttng_cv_sdt_works" = "xyes"])
 
 # Checks for programs.
 AC_PROG_GREP
This page took 0.024698 seconds and 4 git commands to generate.