diff options
author | Martin Szulecki | 2014-10-17 20:52:45 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-17 20:52:45 +0200 |
commit | 68bdf4be88b128c56eea5117361c4e7b51eb27b1 (patch) | |
tree | 42d05a3923e6e125a664003015ef3e091b237db0 /configure.ac | |
parent | af6c4bbcfa78a7e5c0bebf1e5cbea892586c99df (diff) | |
download | usbmuxd-68bdf4be88b128c56eea5117361c4e7b51eb27b1.tar.gz usbmuxd-68bdf4be88b128c56eea5117361c4e7b51eb27b1.tar.bz2 |
configure.ac: Fix small typo in error message1.1.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 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 |