From 10ebb1448143429e43043a863fe08e2bd514f023 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Wed, 16 Apr 2008 21:24:14 +0000 Subject: [PATCH] Fix typo. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index cda4b3f9..184d281e 100644 --- a/configure.in +++ b/configure.in @@ -324,7 +324,7 @@ if test "$with_selinux" != "no"; then AC_DEFINE(WITH_SELINUX, 1, [Build shadow with SELinux support]) LIBSELINUX="-lselinux" - with_selinux = "yes" + with_selinux="yes" fi else with_selinux="no"