Also fix the detection of the pam and selinux features:

Fail if the feature is requested but the library (or
header file) could not be found. If nothing is specified, enable
the feature only if we can find the library (or header file).
This commit is contained in:
nekral-guest
2008-04-16 21:18:20 +00:00
parent 17cb7c754e
commit 8e82ae234e
3 changed files with 55 additions and 28 deletions

View File

@@ -1,7 +1,9 @@
2008-04-16 Nicolas François <nicolas.francois@centraliens.net>
* NEWS, configure.in: Fix the detection of the audit library and
header file.
* NEWS, configure.in: Fix the detection of the audit, pam, and
selinux. Fail if the feature is requested but the library (or
header file) could not be found. If nothing is specified, enable
the feature only if we can find the library (or header file).
* configure.in: Document --with-selinux as "yes if found" rather
than "autodetected" for consistency with other options.