From 0ff6f2e95f36a918a156fb1246f122613463fd6b Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 27 Apr 2007 11:10:19 +0000 Subject: [PATCH] - still let it be customizable --- config9.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2