X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=db0adb6c5659734ddba9c15d8e4a6248070a244e;hb=01e5faa57db7c1bfe1022669715f770ab20f8788;hp=ec09b1ea377d94bd29101ccd831f700553fd114c;hpb=01298f5e9ab8baa1bedbe2c735a880687ab7e966;p=babeltrace.git diff --git a/configure.ac b/configure.ac index ec09b1ea..db0adb6c 100644 --- a/configure.ac +++ b/configure.ac @@ -287,8 +287,8 @@ AS_IF([test "x$DEFAULT_ENABLE_DEBUGINFO" = xyes], AM_CONDITIONAL([ENABLE_DEBUGINFO], [test "x$enable_debuginfo" = xyes]) AS_IF([test "x$enable_debuginfo" = xyes], [ # Check if libelf and libdw are present - AC_CHECK_LIB([elf], [elf_version], [], [AC_MSG_ERROR(Missing libdw (from elfutils >= 0.154) which is required by debug-info. You can disable this feature using --disable-debuginfo.)]) - AC_CHECK_LIB([dw], [dwarf_begin], [], [AC_MSG_ERROR(Missing libelf (from elfutils >= 0.154) which is required by debug-info. You can disable this feature using --disable-debuginfo.)]) + 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-debuginfo.)]) + 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-debuginfo.)]) 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-debuginfo.)]) AC_DEFINE([ENABLE_DEBUGINFO], [1], [Define to 1 if you enable the 'debug-info' feature]) ], [])