summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDima Kogan <dima@secretsauce.net>2014-05-12 13:14:04 -0700
committerChanho Park <chanho61.park@samsung.com>2014-08-22 20:38:26 +0900
commit9eb41ffe978f0cf0483bbc6bdfbe277424f3626a (patch)
treec43a78f6bee893647d3aa3c0ed01b1e9861ab18a /configure.ac
parent2b1c30351b63c4cdbd6baefa56d463fc32eb0f74 (diff)
downloadltrace-9eb41ffe978f0cf0483bbc6bdfbe277424f3626a.tar.gz
ltrace-9eb41ffe978f0cf0483bbc6bdfbe277424f3626a.tar.bz2
ltrace-9eb41ffe978f0cf0483bbc6bdfbe277424f3626a.zip
I only build the dwarf_prototypes if we have libdw
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
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)