X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=config9.m4;h=ba1b93511b551885c801bcead58a0503532346d1;hp=85a7ec4ceb3e7b5eee9668015475e005a94a6ffa;hb=2942143a477ae34cd1adc354d3436b3b5292aace;hpb=4ffb062b7475b0d7bd4737a959bebd9f557d8a95 diff --git a/config9.m4 b/config9.m4 index 85a7ec4..ba1b935 100644 --- a/config9.m4 +++ b/config9.m4 @@ -331,7 +331,7 @@ dnl ---- AC_MSG_CHECKING([for libevent version, roughly]) if test -f "$EVENT_DIR/include/event2/event.h"; then - EVENT_VER="`$EGREP _EVENT_VERSION $EVENT_DIR/include/event2/event-config.h | $AWK '{print $3}'`" + EVENT_VER="`$AWK '/_EVENT_VERSION/ {gsub(/\"/,\"\",$3); print $3}' < $EVENT_DIR/include/event2/event-config.h`" AC_DEFINE([PHP_HTTP_HAVE_EVENT2], [1], [ ]) else AC_DEFINE([PHP_HTTP_HAVE_EVENT2], [0], [ ])