From bc7ffea5de19cab5b298c2b86ee8abcb2158f9de Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 2 Sep 2011 09:46:20 +0100 Subject: trivial: fix up a trivial typo in the last commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Emilio López for spotting it! --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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]) -- cgit v1.2.1