]> code.citadel.org Git - citadel.git/blobdiff - webcit/ical_dezonify.c
* Get ready for the 6.10 release
[citadel.git] / webcit / ical_dezonify.c
index ab0d725a99307839d845584fb1105af0b345c477..6bf691bbb78272f9acc74664136c80517f3667b5 100644 (file)
@@ -16,8 +16,7 @@
 #include <strings.h>
 #include "webcit.h"
 
-#ifdef HAVE_ICAL_H
-#include <ical.h>
+#ifdef WEBCIT_WITH_CALENDAR_SERVICE
 
 
 /*
@@ -160,4 +159,4 @@ void ical_dezonify(icalcomponent *cal) {
 }
 
 
-#endif /* HAVE_ICAL_H */
+#endif /* WEBCIT_WITH_CALENDAR_SERVICE */