Harmonize rw_prog_cxx_works macro across projects
[lttng-tools.git] / configure.ac
index 136a7507668c7914432678a826e0c2af4a718a43..0327bc6a0e1f060500efe4e8035031850a67af17 100644 (file)
@@ -22,11 +22,11 @@ AC_SYS_LARGEFILE
 AC_PROG_CC
 AC_PROG_CC_STDC
 AC_PROG_CXX
-rw_PROG_CXX_WORKS
+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.02366 seconds and 5 git commands to generate.