X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=2264e50394b3e02840393eb128f36a83fada32aa;hb=d818a4baf26a1f545c7ef9807a00880deaf645c4;hp=16cdec747482e43fa89352dc73404c9cea9e5c37;hpb=1d7f24e135f4e7442b4aec60db8e9d17a651b8db;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 16cdec74..2264e503 100644 --- a/configure.ac +++ b/configure.ac @@ -72,8 +72,8 @@ AC_PROG_GREP AC_PROG_LN_S AC_PROG_MKDIR_P AC_PROG_MAKE_SET -AC_CHECK_PROG([HAVE_CMAKE], [cmake], ["yes"]) -AM_CONDITIONAL([HAVE_CMAKE], [test "x$HAVE_CMAKE" = "xyes"]) +AC_CHECK_PROG([CMAKE], [cmake]) +AM_CONDITIONAL([HAVE_CMAKE], [test "x$CMAKE" != "x"]) # libtool link_all_deplibs fixup. See http://bugs.lttng.org/issues/321. AC_ARG_ENABLE([libtool-linkdep-fixup], [