diff options
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/configure.ac.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index fdd9fd92d6..33023a730f 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -93,9 +93,9 @@ dnl ** Have libdw? dnl -------------------------------------------------------------- dnl Check for a usable version of libdw/elfutils dnl Currently we need 0.158 or newer. -BinDistNeedsLibdw=@HaveLibdw@ +BinDistNeedsLibdw=@UseLibdw@ if test "x$BinDistNeedsLibdw" = "xyes" ; then - AC_CHECK_LIB(dw, dwfl_attach_state, [HaveLibdw=YES], + AC_CHECK_LIB(dw, dwfl_attach_state, [UseLibdw=YES], [AC_MSG_ERROR([Binary distribution was built with libdw support but target system doesn't have supported libdw version (needs at least 0.158)])] )]; fi |