diff options
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 299b6ee..9fba4cc 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -31,9 +31,6 @@ PKG_CHECK_MODULES(libplist, libplist >= 0.15) | |||
| 31 | PKG_CHECK_MODULES(libplistmm, libplist++ >= 0.15) | 31 | PKG_CHECK_MODULES(libplistmm, libplist++ >= 0.15) |
| 32 | AC_CHECK_LIB(pthread, [pthread_create, pthread_mutex_lock], [AC_SUBST(libpthread_LIBS,[-lpthread])], [AC_MSG_ERROR([libpthread is required to build libimobiledevice])]) | 32 | AC_CHECK_LIB(pthread, [pthread_create, pthread_mutex_lock], [AC_SUBST(libpthread_LIBS,[-lpthread])], [AC_MSG_ERROR([libpthread is required to build libimobiledevice])]) |
| 33 | 33 | ||
| 34 | PKG_CHECK_MODULES(libglib2, glib-2.0 >= 2.14.1, enable_glib2=yes, enable_glib2=no) | ||
| 35 | AM_CONDITIONAL([HAVE_GLIB2],[test "x$enable_glib2" == "xyes"]) | ||
| 36 | |||
| 37 | # Checks for header files. | 34 | # Checks for header files. |
| 38 | AC_HEADER_STDC | 35 | AC_HEADER_STDC |
| 39 | AC_CHECK_HEADERS([stdint.h stdlib.h string.h gcrypt.h]) | 36 | AC_CHECK_HEADERS([stdint.h stdlib.h string.h gcrypt.h]) |
