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 fbb437eaa2..600e20383a 100644 --- a/configure.ac +++ b/configure.ac @@ -781,6 +781,7 @@ else AUDIT_LIBS= fi AC_SUBST(AUDIT_LIBS) +AM_CONDITIONAL([HAVE_AUDIT], [test "x$have_audit" != xno]) # ------------------------------------------------------------------------------ AC_ARG_ENABLE([elfutils], |