diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-03-16 13:14:18 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-04-23 23:54:21 -0400 |
commit | 4733607eec54034d2083534ebff2dad89c28574e (patch) | |
tree | 63170ae0efd35cbbbdf576b4de6e9700f775d854 /configure.ac | |
parent | 107f2e2526d476c6cc9b81a690391c111027d641 (diff) |
journal: add int↔audit type name mapping
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], |