[Open-scap] [PATCH] [probes] fix AM_CONDITIONAL variable

Petr Lautrbach plautrba at redhat.com
Fri Jul 29 10:59:47 UTC 2011


---
previous commit renamed variable ENABLE_SELINUX_PROBES to ENABLE_PROBES_SELINUX

 tests/probes/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/probes/Makefile.am b/tests/probes/Makefile.am
index 1c45402..fda1808 100644
--- a/tests/probes/Makefile.am
+++ b/tests/probes/Makefile.am
@@ -9,7 +9,7 @@ endif
 if WANT_PROBES_LINUX
 LINUX_SUBDIRS = rpminfo
 
-if ENABLE_PROBE_SELINUXBOOLEAN
+if ENABLE_PROBES_SELINUX
 LINUX_SUBDIRS += selinuxboolean
 endif
 
-- 
1.7.6




More information about the Open-scap-list mailing list