X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=a89b72e38def94d2148bf519b44a244ed80044e1;hb=bfae873ceedd57108fe2bb53ac5fb095550957d3;hp=15fb68057ba3dbf27376d6612e3aea7bb74cd171;hpb=fb54defd7e47e106bdf3b7eb07d53f0aba0525ec;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index 15fb6805..a89b72e3 100644 --- a/configure.ac +++ b/configure.ac @@ -242,7 +242,6 @@ AC_CHECK_LIB([$libdl_name], [dlmopen], AC_CHECK_HEADER([dlfcn.h]) AS_IF([test "x${ac_cv_header_dlfcn_h}" = "xyes"], [ AC_CHECK_DECLS([RTLD_DI_LINKMAP], [], [], [ - #define _GNU_SOURCE /* Required on Linux to get GNU extensions */ #include ]) ], [ @@ -575,6 +574,7 @@ AC_CONFIG_FILES([ tests/snprintf/Makefile tests/ust-elf/Makefile tests/benchmark/Makefile + tests/pthread_name/Makefile tests/utils/Makefile tests/test-app-ctx/Makefile tests/gcc-weak-hidden/Makefile