Namespace check_sdt_works custom macro
[lttng-tools.git] / configure.ac
index 136a7507668c7914432678a826e0c2af4a718a43..256b522274007ecba3f9aa1ba35443cebe4ee19a 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.022896 seconds and 4 git commands to generate.