+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.
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