Typo.
authorjbj <devnull@localhost>
Mon, 5 Jan 2004 17:15:18 +0000 (17:15 +0000)
committerjbj <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

index a4d643c..5203ce8 100644 (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)