Fix configure.ac using new UST headers location
[lttng-tools.git] / configure.ac
index ac77c8222ae588b6fcb3edfca3917887e168c997..b4a4b9ebb9f8acffd227bb395c175d97333ab0f9 100644 (file)
@@ -59,7 +59,7 @@ AC_CHECK_DECL([ustctl_create_session],
                AC_MSG_WARN([UST header not found. Building without UST support.])
                have_ust_test=0
        ],
-       [[#include <ust/lttng-ust-ctl.h>]]
+       [[#include <lttng/ust-ctl.h>]]
 )
 AM_CONDITIONAL([LTTNG_TOOLS_HAVE_UST], [ test "x$have_ust_test" = "x1" ])
 
This page took 0.022968 seconds and 4 git commands to generate.