Cleanup: Remove obsolete and unused tests
[lttng-ust.git] / configure.ac
index 15fb68057ba3dbf27376d6612e3aea7bb74cd171..a89b72e38def94d2148bf519b44a244ed80044e1 100644 (file)
@@ -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 <dlfcn.h>
        ])
 ], [
@@ -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
This page took 0.023216 seconds and 4 git commands to generate.