X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config9.m4;h=e0147dda2ab0c8534b90b0d8b1652ff33ba1ffb4;hp=c11d6c0640131d7fcf981f2dc5dd09b99ce7ddad;hb=caecdff1920aed4c6b98b0a23598e9d359ece50b;hpb=0a35a30bb5fcb9342af1839d48eee317efcff726 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