From: nekral-guest Date: Wed, 16 Apr 2008 21:24:14 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 4.1.2~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10ebb1448143429e43043a863fe08e2bd514f023;p=shadow Fix typo. --- 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"