Skip to content

Commit

Permalink
configure.ac: Fix small typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyM committed Oct 17, 2014
1 parent af6c4bb commit 68bdf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 68bdf4b

Please sign in to comment.