X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=e695d87cab5bd2c5d7ec6a222e5e12871dbed1dc;hb=b04abc0d33636acfb49feaf77284915eb500a885;hp=d6216430d17d9221ac858fe0b384d50f4aec7851;hpb=23f88ce2911775fcbaaef422fa31cbcfcb79d920;p=babeltrace.git diff --git a/configure.ac b/configure.ac index d6216430..e695d87c 100644 --- a/configure.ac +++ b/configure.ac @@ -307,7 +307,7 @@ AS_IF([test "x$_enable_debug_info" = xyes], [ # Check if libelf and libdw are present AC_CHECK_LIB([elf], [elf_version], [], [AC_MSG_ERROR(Missing libelf (from elfutils >= 0.154) which is required by debug info. You can disable this feature using --disable-debug-info.)]) AC_CHECK_LIB([dw], [dwarf_begin], [], [AC_MSG_ERROR(Missing libdw (from elfutils >= 0.154) which is required by debug info. You can disable this feature using --disable-debug-info.)]) - AX_LIB_ELFUTILS([0], [154], [:], [AC_MSG_ERROR(elfutils >= 0.154 is required to use the debug info feature. You can disable this feature using --disable-debug-info.)]) + BT_LIB_ELFUTILS([0], [154], [:], [AC_MSG_ERROR(elfutils >= 0.154 is required to use the debug info feature. You can disable this feature using --disable-debug-info.)]) AC_DEFINE([ENABLE_DEBUG_INFO], [1], [Define to 1 if you enable the 'debug info' feature]) ], [])