From: Michael Wallner Date: Tue, 27 Feb 2018 10:28:59 +0000 (+0100) Subject: typo X-Git-Tag: RELEASE_3_2_0_RC1~20 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=7ebd2a6be8d12f561c89b6770737fd99c428d130 typo --- 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])