CVS patchset: 7065
CVS date: 2004/01/05 17:15:18
This commit is contained in:
jbj 2004-01-05 17:15:18 +00:00
parent 4c99a1c2da
commit 89897484c4
1 changed files with 1 additions and 1 deletions

View File

@ -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)