summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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
38 fi 38 fi
39else 39else
40 if test "x$with_preflight" == "xyes"; then 40 if test "x$with_preflight" == "xyes"; then
41 AC_MSG_ERROR([preflight worker support requested but libimobiledevice could not befound]) 41 AC_MSG_ERROR([preflight worker support requested but libimobiledevice could not be found])
42 fi 42 fi
43fi 43fi
44 44