Blame SOURCES/libevent-2.0.10-stable-configure.patch

82ae42
diff -up libevent-2.0.12-stable/configure.in.orig libevent-2.0.12-stable/configure.in
82ae42
--- libevent-2.0.12-stable/configure.in.orig	2011-06-03 15:43:34.000000000 -0400
82ae42
+++ libevent-2.0.12-stable/configure.in	2011-08-02 10:23:25.713704595 -0400
82ae42
@@ -341,8 +341,6 @@ AC_CHECK_FUNC(gethostbyname_r, [
82ae42
 
82ae42
 fi
82ae42
 
82ae42
-AC_CHECK_SIZEOF(long)
82ae42
-
82ae42
 AC_MSG_CHECKING(for F_SETFD in fcntl.h)
82ae42
 AC_EGREP_CPP(yes,
82ae42
 [
82ae42
@@ -519,12 +517,7 @@ AC_CHECK_TYPES([fd_mask], , ,
82ae42
 #include <sys/select.h>
82ae42
 #endif])
82ae42
 
82ae42
-AC_CHECK_SIZEOF(long long)
82ae42
-AC_CHECK_SIZEOF(long)
82ae42
-AC_CHECK_SIZEOF(int)
82ae42
-AC_CHECK_SIZEOF(short)
82ae42
 AC_CHECK_SIZEOF(size_t)
82ae42
-AC_CHECK_SIZEOF(void *)
82ae42
 
82ae42
 AC_CHECK_TYPES([struct in6_addr, struct sockaddr_in6, sa_family_t, struct addrinfo, struct sockaddr_storage], , ,
82ae42
 [#define _GNU_SOURCE