Revert "Fix: disable liblttng-ust-dl if dlinfo is not available in C library"
[lttng-ust.git] / configure.ac
index de6300e1bad7e365b850f238210d52d3ff28509a..b04d4e35b656f5d4a0db74d12712245f8dbd40e1 100644 (file)
@@ -146,9 +146,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
This page took 0.023543 seconds and 4 git commands to generate.