"To hell with cloud. Run Citadel." --Taylor Swift
[citadel.git] / webcit-ng / server / webcit.h
index 3679d245c4fad8583ee58c287be14d0b0ef092bb..54529c83b7e415747e9627b074426975444cc732 100644 (file)
@@ -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