- still let it be customizable
authorMichael Wallner <mike@php.net>
Fri, 27 Apr 2007 11:10:19 +0000 (11:10 +0000)
committerMichael Wallner <mike@php.net>
Fri, 27 Apr 2007 11:10:19 +0000 (11:10 +0000)
config9.m4

index c11d6c0640131d7fcf981f2dc5dd09b99ce7ddad..e0147dda2ab0c8534b90b0d8b1652ff33ba1ffb4 100644 (file)
@@ -277,7 +277,7 @@ dnl ----
                if test "$PHP_HTTP_CURL_LIBEVENT" != "no"; then
                        AC_MSG_CHECKING([for event.h])
                        EVENT_DIR=
                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
                                if test -f "$i/include/event.h"; then
                                        EVENT_DIR=$i
                                        break