diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-06-14 22:52:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-06-14 22:52:30 +0000 |
commit | ec23b9bece4780a2031eedf23019cbb229e855fb (patch) | |
tree | c4a5eb2239fc514124a9ffae30ed7530239d1a5f /config.make.in | |
parent | 0e66ade5ada897fe4b8be8d9c05c5519e7be4199 (diff) | |
download | glibc-ec23b9bece4780a2031eedf23019cbb229e855fb.tar.gz glibc-ec23b9bece4780a2031eedf23019cbb229e855fb.tar.xz glibc-ec23b9bece4780a2031eedf23019cbb229e855fb.zip |
* configure.in: Add test for availability of libaudit.
* config.h.in: Define HAVE_LIBAUDIT. * config.make.in: Define have-libaudit. * nscd/Makefile: If libaudit is available, link nscd with it. * nscd/selinux.c: If HAVE_LIBAUDIT is defined, log using libaudit. Patch by Steve Grubb <sgrubb@redhat.com>.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index 1bd025e97e..1ab4bfbfc4 100644 --- a/config.make.in +++ b/config.make.in @@ -59,6 +59,7 @@ enable-check-abi = @enable_check_abi@ have-forced-unwind = @libc_cv_forced_unwind@ have-fpie = @libc_cv_fpie@ have-selinux = @have_selinux@ +have-libaudit = @have_libaudit@ have-cc-with-libunwind = @libc_cv_cc_with_libunwind@ fno-unit-at-a-time = @fno_unit_at_a_time@ bind-now = @bindnow@ |