X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=configure.ac;h=de462ffcc67f329a89752737d2fde0934d2fc012;hb=01f0e40c;hp=7b5541e95f72f6f549c1009b76678eba1932bae5;hpb=19cd6b8394b47abdb9eb1fd8a74cbf965d9dcad0;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 7b5541e9..de462ffc 100644 --- a/configure.ac +++ b/configure.ac @@ -8,8 +8,8 @@ m4_define([V_PATCH], [0]) m4_define([V_EXTRA], [pre]) m4_define([V_STRING], [V_MAJOR.V_MINOR.V_PATCH]) m4_ifdef([V_EXTRA], [m4_append([V_STRING], [-V_EXTRA])]) -m4_define([V_NAME], [[Isseki Nicho]]) -m4_define([V_DESC], [[The result of a collaboration between "Dieu du Ciel!" and Nagano-based "Shiga Kogen", Isseki Nicho is a strong Imperial Dark Saison offering a rich roasted malt flavor combined with a complex fruity finish typical of Saison yeasts.]]) +m4_define([V_NAME], [[J-TBD]]) +m4_define([V_DESC], [[]]) AC_INIT([lttng-ust], V_STRING, [mathieu dot desnoyers at efficios dot com]) @@ -135,6 +135,11 @@ AM_CONDITIONAL([LTTNG_UST_BUILD_WITH_LIBDL], [test "x$have_libdl" = "xyes"]) AM_CONDITIONAL([LTTNG_UST_BUILD_WITH_LIBC_DL], [test "x$have_libc_dl" = "xyes"]) AC_CHECK_LIB([pthread], [pthread_create]) +AC_CHECK_LIB([pthread], [pthread_setname_np], + AC_DEFINE([HAVE_PTHREAD_SETNAME_NP], [1], [Define to 1 if pthread_setname_np is available.]), + AC_CHECK_LIB([pthread], [pthread_set_name_np], + AC_DEFINE([HAVE_PTHREAD_SET_NAME_NP], [1], [Define to 1 if pthread_set_name_np is available.]), + AC_MSG_RESULT([pthread setname/set_name not found.]))) # Check for dlfcn.h AC_CHECK_HEADER([dlfcn.h])