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:
4c99a1c
)
Typo.
author
jbj
<devnull@localhost>
Mon, 5 Jan 2004 17:15:18 +0000
(17:15 +0000)
committer
jbj
<devnull@localhost>
Mon, 5 Jan 2004 17:15:18 +0000
(17:15 +0000)
CVS patchset: 7065
CVS date: 2004/01/05 17:15:18
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
a4d643c
..
5203ce8
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-869,7
+869,7
@@
WITH_SELINUX_LIB=
withval=yes
AC_ARG_WITH(selinux, [ --with-selinux build with selinux support ])
if test $withval != no ; then
- AC_DEFINE(SELINUX, 1, [Build with selinux support?])
+ AC_DEFINE(
WITH_
SELINUX, 1, [Build with selinux support?])
WITH_SELINUX_LIB="-lselinux"
fi
AC_SUBST(WITH_SELINUX_LIB)