projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
e3386e9
)
typo
author
Michael Wallner
<mike@php.net>
Tue, 27 Feb 2018 10:28:59 +0000
(11:28 +0100)
committer
Michael Wallner
<mike@php.net>
Tue, 27 Feb 2018 10:28:59 +0000
(11:28 +0100)
autoconf/pecl/libevent.m4
patch
|
blob
|
history
diff --git
a/autoconf/pecl/libevent.m4
b/autoconf/pecl/libevent.m4
index e6f60e7eb8624df4c7b5e8a5ccf5a3e3769172c1..88d082dacfa662e40e5a68f5a47bf67fc1a441d2 100644
(file)
--- 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])