projects
/
tools
/
librpm-tizen.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 a4d643c855e009542dbf7f12544305203fa036b3..5203ce8f6b551b2bfd588d0ea996c61fe3c68517 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)