From 108afdba7d519ed04401ab9eca04313c21529faf Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 8 Apr 2014 14:29:29 -0400 Subject: [PATCH] Revert "Fix: disable liblttng-ust-dl if dlinfo is not available in C library" This reverts commit 88a15b8f075177056017dbcc2e0c6d624805a34e. It has been reported that this commit breaks the standard case. Fixes: #778 Signed-off-by: Mathieu Desnoyers --- Makefile.am | 5 +---- configure.ac | 3 --- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index c907ff1b..b79d2dd9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,14 +4,11 @@ SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \ liblttng-ust \ liblttng-ust-ctl \ liblttng-ust-fork \ + liblttng-ust-dl \ liblttng-ust-libc-wrapper \ liblttng-ust-cyg-profile \ tools -if HAVE_DLINFO -SUBDIRS += liblttng-ust-dl -endif - if BUILD_JNI_INTERFACE SUBDIRS += liblttng-ust-java liblttng-ust-jul endif diff --git a/configure.ac b/configure.ac index 5d2d5dfd..a62b2aa8 100644 --- a/configure.ac +++ b/configure.ac @@ -145,9 +145,6 @@ AC_C_INLINE AC_FUNC_MALLOC AC_CHECK_FUNCS([gettimeofday munmap socket strerror strtol sched_getcpu sysconf]) -AC_CHECK_FUNCS([dlinfo]) -AM_CONDITIONAL([HAVE_DLINFO], [test "${ac_cv_func_dlinfo}" = "yes"]) - CFLAGS="-Wall $CFLAGS" # URCU -- 2.34.1