refactored client options
[m6w6/ext-http] / config9.m4
index d4e211ecd1bd304ca54d00be6b27e8e0d19378c9..e6924ace3909b11f621ecd1062a8bceecdcf450a 100644 (file)
@@ -341,7 +341,7 @@ dnl ----
                                        EVENT_VER="`$EGREP _EVENT_VERSION $EVENT_DIR/include/event2/event.h | $AWK '{print $3}'`"
                                        AC_DEFINE([PHP_HTTP_HAVE_EVENT2], [1], [ ])
                                else
-                                       AC_DEFFINE([PHP_HTTP_HAVE_EVENT2], [0], [ ])
+                                       AC_DEFINE([PHP_HTTP_HAVE_EVENT2], [0], [ ])
                                        if test -f "$EVENT_DIR/include/evhttp.h" && test -f "$EVENT_DIR/include/evdns.h"; then
                                                if test -f "$EVENT_DIR/include/evrpc.h"; then
                                                        EVENT_VER="1.4 or greater"
@@ -436,6 +436,7 @@ dnl ----
                php_http_misc.c \
                php_http_negotiate.c \
                php_http_object.c \
+               php_http_options.c \
                php_http_params.c \
                php_http_persistent_handle.c \
                php_http_property_proxy.c \
@@ -486,6 +487,7 @@ dnl ----
                php_http_misc.h \
                php_http_negotiate.h \
                php_http_object.h \
+               php_http_options.h \
                php_http_params.h \
                php_http_persistent_handle.h \
                php_http_property_proxy.h \