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:
0a35a30
)
- still let it be customizable
author
Michael Wallner
<mike@php.net>
Fri, 27 Apr 2007 11:10:19 +0000
(11:10 +0000)
committer
Michael Wallner
<mike@php.net>
Fri, 27 Apr 2007 11:10:19 +0000
(11:10 +0000)
config9.m4
patch
|
blob
|
history
diff --git
a/config9.m4
b/config9.m4
index c11d6c0640131d7fcf981f2dc5dd09b99ce7ddad..e0147dda2ab0c8534b90b0d8b1652ff33ba1ffb4 100644
(file)
--- a/
config9.m4
+++ b/
config9.m4
@@
-277,7
+277,7
@@
dnl ----
if test "$PHP_HTTP_CURL_LIBEVENT" != "no"; then
AC_MSG_CHECKING([for event.h])
EVENT_DIR=
- for i in "$PHP_HTTP_
LIBEVENT_DIR
" /usr/local /usr /opt; do
+ for i in "$PHP_HTTP_
CURL_LIBEVENT
" /usr/local /usr /opt; do
if test -f "$i/include/event.h"; then
EVENT_DIR=$i
break