diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0e9a124..4f360c8 100644 --- a/configure.ac +++ b/configure.ac @@ -387,6 +387,7 @@ if test x$use_valgrind = xyes; then fi fi AM_CONDITIONAL(USE_VALGRIND, test "$use_valgrind" = yes) +AM_CONDITIONAL(HAVE_LIBDW, test x"$enable_elfutils" = xyes) AC_SUBST(AM_CPPFLAGS) AC_SUBST(AM_CFLAGS) |