summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorNicolas FRANCOIS <nekral-guest@users.alioth.debian.org>2007-03-25 18:34:38 +0000
committerNicolas FRANCOIS <nekral-guest@users.alioth.debian.org>2007-03-25 18:34:38 +0000
commit349b8819ada13c0c0dab3b4a2739476c34831227 (patch)
tree6c87b5a4ea2c95cefa2bf06059ee449fd1e988fe /m4
parentd905c10fae0ef623b59493a0e4a3d9081df2c2cc (diff)
downloaddpkg-349b8819ada13c0c0dab3b4a2739476c34831227.tar.gz
Fix a typo.
Diffstat (limited to 'm4')
-rw-r--r--m4/libs.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/libs.m4 b/m4/libs.m4
index f6f4b0e9d..1cbfd60a0 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