X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit-ng%2Fserver%2Fwebcit.h;h=54529c83b7e415747e9627b074426975444cc732;hb=b688cac3d673bdc0188107c8ab602ee313a3b792;hp=3679d245c4fad8583ee58c287be14d0b0ef092bb;hpb=b41aa04a613aab95aa822238ed9671063f72a7b8;p=citadel.git diff --git a/webcit-ng/server/webcit.h b/webcit-ng/server/webcit.h index 3679d245c..54529c83b 100644 --- a/webcit-ng/server/webcit.h +++ b/webcit-ng/server/webcit.h @@ -45,8 +45,8 @@ //#define DEBUG_HTTP // uncomment to debug HTTP headers // XML_StopParser is present in expat 2.x -#if XML_MAJOR_VERSION > 1 -#define HAVE_XML_STOPPARSER +#if XML_MAJOR_VERSION < 2 +#error WebCit requires expat v2.0 or newer. #endif struct client_handle { // this gets passed up the stack from the webserver to the application code