From 349b8819ada13c0c0dab3b4a2739476c34831227 Mon Sep 17 00:00:00 2001 From: Nicolas FRANCOIS Date: Sun, 25 Mar 2007 18:34:38 +0000 Subject: [PATCH] Fix a typo. --- ChangeLog | 4 ++++ m4/libs.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 92582eeb..4d09e9d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-25 Nicolas François + + * m4/libs.m4: Fix typo (supoprt->support). + 2007-03-25 Nicolas François * utils/start-stop-daemon.c: Add support for PAM sessions. diff --git a/m4/libs.m4 b/m4/libs.m4 index f6f4b0e9..1cbfd60a 100644 --- a/m4/libs.m4 +++ b/m4/libs.m4 @@ -69,7 +69,7 @@ AC_ARG_WITH(selinux, if test "x$with_selinux" != "xno"; then AC_CHECK_LIB([selinux], [is_selinux_enabled], [AC_DEFINE(WITH_SELINUX, 1, - [Define to 1 to compile in SELinux supoprt]) + [Define to 1 to compile in SELinux support]) if test "x$with_selinux" = "xstatic"; then dpkg_selinux_libs="-Wl,-Bstatic `pkg-config --static --libs libselinux` -Wl,-Bdynamic" else -- 2.39.5