X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=36f00de2a941c0e4c5920f36a1c6241628177f9b;hp=1186d2ffd36aff2f161c376568453631bfa88563;hb=4fb28dfc10106c4095ca3b1155d4da9a04467fd1;hpb=0291f002c896b86a4c61b963a47b14af3f970da4 diff --git a/configure.ac b/configure.ac index 1186d2ffd..36f00de2a 100644 --- a/configure.ac +++ b/configure.ac @@ -632,10 +632,8 @@ AS_IF([test "x$ac_cv_func_dirfd" = "xyes"], ) AX_CONFIG_FEATURE( [dirfd], [Use directory file descriptors], - [COMPAT_DIRFD], [This platform supports directory file descriptors.], - [enable_dirfd="yes"], [enable_dirfd="no"] + [HAVE_DIRFD], [This platform supports directory file descriptors.] ) -AM_CONDITIONAL([COMPAT_DIRFD], [ test "$enable_dirfd" = "yes" ]) AM_CONDITIONAL([TEST_JAVA_JUL_AGENT], [test "x$test_java_agent_jul" = "xyes"]) AM_CONDITIONAL([TEST_JAVA_LOG4J_AGENT], [test "x$test_java_agent_log4j" = "xyes"])