diff options
author | Richard Hughes <richard@hughsie.com> | 2011-09-02 09:46:20 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2011-09-02 09:46:29 +0100 |
commit | bc7ffea5de19cab5b298c2b86ee8abcb2158f9de (patch) | |
tree | fa8c29852d66c6aae0468665933d8551614c386d | |
parent | c08c35f762323534e7da9079803f998a999fe10b (diff) |
trivial: fix up a trivial typo in the last commit
Thanks to Emilio López for spotting it!
-rw-r--r-- | configure.ac | 2 |
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]) |