summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-01-05 17:15:18 +0000
committerjbj <devnull@localhost>2004-01-05 17:15:18 +0000
commit89897484c48492059733f003f6c037c3ad8e33c1 (patch)
tree8e254263878582e93fca45cce64a4f5e299d9ebc
parent4c99a1c2da1e4bbde88f79456aad422c38d37f2e (diff)
downloadlibrpm-tizen-89897484c48492059733f003f6c037c3ad8e33c1.tar.gz
librpm-tizen-89897484c48492059733f003f6c037c3ad8e33c1.tar.bz2
librpm-tizen-89897484c48492059733f003f6c037c3ad8e33c1.zip
Typo.
CVS patchset: 7065 CVS date: 2004/01/05 17:15:18
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a4d643c85..5203ce8f6 100644
--- 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)