diff options
author | jbj <devnull@localhost> | 2004-01-05 17:15:18 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-01-05 17:15:18 +0000 |
commit | 89897484c48492059733f003f6c037c3ad8e33c1 (patch) | |
tree | 8e254263878582e93fca45cce64a4f5e299d9ebc | |
parent | 4c99a1c2da1e4bbde88f79456aad422c38d37f2e (diff) | |
download | librpm-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.ac | 2 |
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) |