]> err.no Git - dpkg/commitdiff
Fix a typo.
authorNicolas FRANCOIS <nekral-guest@users.alioth.debian.org>
Sun, 25 Mar 2007 18:34:38 +0000 (18:34 +0000)
committerNicolas FRANCOIS <nekral-guest@users.alioth.debian.org>
Sun, 25 Mar 2007 18:34:38 +0000 (18:34 +0000)
ChangeLog
m4/libs.m4

index 92582eebee1d2aa9e83707d8735deff5108ef9be..4d09e9d5bb4eeaf492133f27bfa84c447343afc3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-25  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * m4/libs.m4: Fix typo (supoprt->support).
+
 2007-03-25  Nicolas François  <nicolas.francois@centraliens.net>
 
        * utils/start-stop-daemon.c: Add support for PAM sessions.
index f6f4b0e9d83adc215da6193b7c990e66282240e1..1cbfd60a02c18092bbdfa8d9c3851117c343c861 100644 (file)
@@ -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