diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 7a70be9..b751cc2 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -18,7 +18,7 @@ LT_INIT | |||
18 | PKG_CHECK_MODULES(libusb, libusb-1.0 >= 1.0.9) | 18 | PKG_CHECK_MODULES(libusb, libusb-1.0 >= 1.0.9) |
19 | PKG_CHECK_MODULES(libplist, libplist-2.0 >= 2.2.0) | 19 | PKG_CHECK_MODULES(libplist, libplist-2.0 >= 2.2.0) |
20 | PKG_CHECK_MODULES(libimobiledevice, libimobiledevice-1.0 >= 1.3.0, have_limd=yes, have_limd=no) | 20 | PKG_CHECK_MODULES(libimobiledevice, libimobiledevice-1.0 >= 1.3.0, have_limd=yes, have_limd=no) |
21 | AC_CHECK_LIB(pthread, [pthread_create, pthread_mutex_lock], [AC_SUBST(libpthread_LIBS,[-lpthread])], [AC_MSG_ERROR([libpthread is required to build usbmuxd])]) | 21 | PKG_CHECK_MODULES(limd_glue, libimobiledevice-glue-1.0 >= 1.0.0) |
22 | 22 | ||
23 | AC_ARG_WITH([preflight], | 23 | AC_ARG_WITH([preflight], |
24 | [AS_HELP_STRING([--without-preflight], | 24 | [AS_HELP_STRING([--without-preflight], |
@@ -106,7 +106,7 @@ AC_TYPE_UINT8_T | |||
106 | AC_SEARCH_LIBS([clock_gettime],[rt posix4]) | 106 | AC_SEARCH_LIBS([clock_gettime],[rt posix4]) |
107 | 107 | ||
108 | # Checks for library functions. | 108 | # Checks for library functions. |
109 | AC_CHECK_FUNCS([strcasecmp strdup strerror strndup stpcpy malloc realloc]) | 109 | AC_CHECK_FUNCS([strcasecmp strdup strerror strndup malloc realloc]) |
110 | AC_CHECK_FUNCS([ppoll clock_gettime localtime_r]) | 110 | AC_CHECK_FUNCS([ppoll clock_gettime localtime_r]) |
111 | 111 | ||
112 | # Check for operating system | 112 | # Check for operating system |