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