From: Michael Wallner Date: Fri, 27 Apr 2007 11:10:19 +0000 (+0000) Subject: - still let it be customizable X-Git-Tag: RELEASE_1_6_0b1~24 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=0ff6f2e95f36a918a156fb1246f122613463fd6b - still let it be customizable --- diff --git a/config9.m4 b/config9.m4 index c11d6c0..e0147dd 100644 --- 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