X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=autoconf%2Fpecl%2Flibevent.m4;h=88d082dacfa662e40e5a68f5a47bf67fc1a441d2;hp=e6f60e7eb8624df4c7b5e8a5ccf5a3e3769172c1;hb=HEAD;hpb=a05f607f4cacc7ce82a0fde5b09f5a61d49c802d diff --git a/autoconf/pecl/libevent.m4 b/autoconf/pecl/libevent.m4 index e6f60e7..88d082d 100644 --- a/autoconf/pecl/libevent.m4 +++ b/autoconf/pecl/libevent.m4 @@ -4,7 +4,7 @@ AC_DEFUN([PECL_CHECK_LIBEVENT], [ if test -n "$PECL_CHECKED_VERSION(libevent)"; then PECL_HAVE_VERSION(libevent, 2.0, [ PECL_DEFINE([HAVE_LIBEVENT2]) - ]., [ ]) + ], [ ]) ifelse([$2],,,[PECL_HAVE_VERSION(libevent, [$2])]) AC_CHECK_FUNC(event_base_new,,[ AC_DEFINE([event_base_new], [event_init], [missing event_base_new() in libevent1])