Blame patches/libevent-2.0.22-stable.local.patch

6e7d5f
--- libevent-2.0.22-stable/configure.orig	2016-09-10 18:47:19.360327924 -0400
6e7d5f
+++ libevent-2.0.22-stable/configure	2016-09-10 18:48:54.160396670 -0400
6e7d5f
@@ -12937,7 +12937,7 @@
6e7d5f
   BUILD_CYGWIN_FALSE=
6e7d5f
 fi
6e7d5f
 
6e7d5f
- if test x$bwin32 = xtrue || test x$cygwin = xtrue; then
6e7d5f
+ if test x$bwin32 = xtrue || test x$cygwin = xtrue || test x$ac_pe_target = xtrue; then
6e7d5f
   BUILD_WITH_NO_UNDEFINED_TRUE=
6e7d5f
   BUILD_WITH_NO_UNDEFINED_FALSE='#'
6e7d5f
 else