summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-03-24 14:56:02 +0100
committerGravatar Martin Szulecki2010-03-24 14:56:02 +0100
commit6f07a0bb701d6236dda7b19bd04df6414708dc78 (patch)
tree5fe616a32f5d6f658107d2302f9681fa55c961a1 /configure.ac
parentc39f08af9aca0f8b86c713345e2055e408b560dd (diff)
downloadlibimobiledevice-6f07a0bb701d6236dda7b19bd04df6414708dc78.tar.gz
libimobiledevice-6f07a0bb701d6236dda7b19bd04df6414708dc78.tar.bz2
Use glib GUINT32_TO/FROM_BE macros instead of htonl/ntohl
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index aaad326..6ead879 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,7 @@ AC_CHECK_LIB(gcrypt, gcry_control, [AC_SUBST(libgcrypt_LIBS,[-lgcrypt])], ["libg
# Checks for header files.
AC_HEADER_STDC
-AC_CHECK_HEADERS([netinet/in.h stdint.h stdlib.h string.h gcrypt.h])
+AC_CHECK_HEADERS([stdint.h stdlib.h string.h gcrypt.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST