X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=bc92b5bd039ce4f7ac23eecc89d7d32f4ddda9be;hp=69a9d776acfce3772829aae9e2ab7890d18b5a46;hb=ba49ae8cc1f9d51c2ef1a60b113fda2e58dc2a7c;hpb=92816cc33a1add3c8276839bd6335e17423577dd diff --git a/configure.ac b/configure.ac index 69a9d776a..bc92b5bd0 100644 --- a/configure.ac +++ b/configure.ac @@ -874,7 +874,6 @@ build_lib_consumer=no build_lib_hashtable=no build_lib_health=no build_lib_runas=no -build_lib_unix=no build_lib_index=no build_lib_kernel_consumer=no build_lib_kernel_ctl=no @@ -932,7 +931,6 @@ AS_IF([test x$enable_bin_lttng_sessiond != xno], build_lib_testpoint=yes build_lib_health=yes build_lib_runas=yes - build_lib_unix=yes ] ) @@ -1042,7 +1040,6 @@ AM_CONDITIONAL([BUILD_LIB_CONSUMER], [test x$build_lib_consumer = xyes]) AM_CONDITIONAL([BUILD_LIB_HASHTABLE], [test x$build_lib_hashtable = xyes]) AM_CONDITIONAL([BUILD_LIB_HEALTH], [test x$build_lib_health = xyes]) AM_CONDITIONAL([BUILD_LIB_RUNAS], [test x$build_lib_runas = xyes]) -AM_CONDITIONAL([BUILD_LIB_UNIX], [test x$build_lib_unix = xyes]) AM_CONDITIONAL([BUILD_LIB_INDEX], [test x$build_lib_index = xyes]) AM_CONDITIONAL([BUILD_LIB_KERNEL_CONSUMER], [test x$build_lib_kernel_consumer = xyes]) AM_CONDITIONAL([BUILD_LIB_KERNEL_CTL], [test x$build_lib_kernel_ctl = xyes])