diff options
| author | 2011-10-05 20:22:03 +0200 | |
|---|---|---|
| committer | 2012-03-19 01:44:53 +0100 | |
| commit | 90a4d980e645098d70f193581b55081b0686928c (patch) | |
| tree | 1218013bf4a114136fa8b85a14def2c23f7f7b10 /configure.ac | |
| parent | 249ac33e36753daaeda7973a0d3cc7cb1f72948a (diff) | |
| download | libimobiledevice-90a4d980e645098d70f193581b55081b0686928c.tar.gz libimobiledevice-90a4d980e645098d70f193581b55081b0686928c.tar.bz2 | |
Removed glib stuff from dev/lckdclient and idevicebackup/idevicebackup2
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]) |
