* Get ready for the 6.10 release
[citadel.git] / webcit / event.c
index 52aa8a12f7640dbe538de1a9639371eab174678e..0b729ccf6a0704a0e8aca764a21879829324f384 100644 (file)
@@ -28,7 +28,7 @@
 #include "webserver.h"
 
 
-#ifdef HAVE_ICAL_H
+#ifdef WEBCIT_WITH_CALENDAR_SERVICE
 
 /*
  * Display an event by itself (for editing)
@@ -644,4 +644,4 @@ STARTOVER:
 }
 
 
-#endif /* HAVE_ICAL_H */
+#endif /* WEBCIT_WITH_CALENDAR_SERVICE */