trivial: fix up a trivial typo in the last commit

Thanks to Emilio López for spotting it!
This commit is contained in:
Richard Hughes 2011-09-02 09:46:20 +01:00
parent c08c35f762
commit bc7ffea5de

View file

@ -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])