X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=c7891849540ed05133ddb1e43d73b766fe0c6e1d;hb=d9796e277fe481d849d0927e539bf51f91a19ce8;hp=ac8b54248daec13f29617944e17fffafb72f1311;hpb=11cc4f3de6f143b1d4d5e71338269d54660c60b6;p=babeltrace.git diff --git a/configure.ac b/configure.ac index ac8b5424..c7891849 100644 --- a/configure.ac +++ b/configure.ac @@ -587,11 +587,13 @@ AS_IF([test "x$enable_python_bindings_tests" = xyes], 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.)]) + 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.)]) 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.)]) + ELFUTILS_LIBS="-lelf -ldw" ] ) +AC_SUBST([ELFUTILS_LIBS]) AS_IF([test "x$enable_api_doc" = "xyes"], [