From 68bdf4be88b128c56eea5117361c4e7b51eb27b1 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Fri, 17 Oct 2014 20:52:45 +0200 Subject: configure.ac: Fix small typo in error message --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index eff57ad..21ff1b8 100644 --- a/configure.ac +++ b/configure.ac @@ -38,7 +38,7 @@ if test "x$have_limd" = "xyes"; then fi else if test "x$with_preflight" == "xyes"; then - AC_MSG_ERROR([preflight worker support requested but libimobiledevice could not befound]) + AC_MSG_ERROR([preflight worker support requested but libimobiledevice could not be found]) fi fi -- cgit v1.1-32-gdbae