projects
/
platform
/
upstream
/
rpm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdaa6e3
)
Add AM_CONDITIONAL(SELINUX).
author
Ralf Corsépius
<corsepiu@fedoraproject.org>
Wed, 15 Aug 2007 11:40:10 +0000
(13:40 +0200)
committer
Ralf Corsépius
<corsepiu@fedoraproject.org>
Wed, 15 Aug 2007 11:40:10 +0000
(13:40 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
895958b
..
2133a83
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-871,6
+871,7
@@
AS_IF([test "$with_selinux" = yes],[
WITH_SELINUX_LIB="-lselinux"
])
AC_SUBST(WITH_SELINUX_LIB)
+AM_CONDITIONAL(SELINUX,[test "$with_selinux" = yes])
WITH_LUA_LIB=
WITH_LUA_INCLUDE=