summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e3f2ccb..1a11335 100644
--- a/configure.ac
+++ b/configure.ac
@@ -178,7 +178,7 @@ if test x$with_backend = x; then
AS_CASE([$host],
[*-linux*], [with_backend=linux],
[*-freebsd*], [with_backend=freebsd],
- [*-openbsd*], [with_backedn=openbsd],
+ [*-openbsd*], [with_backend=openbsd],
[with_backend=dummy])
fi
AC_DEFINE_UNQUOTED(BACKEND, "$with_backend", [backend])