Fixed the configure message for libical. It now says no if libical is
authorDave West <davew@uncensored.citadel.org>
Wed, 16 Jan 2008 14:53:36 +0000 (14:53 +0000)
committerDave West <davew@uncensored.citadel.org>
Wed, 16 Jan 2008 14:53:36 +0000 (14:53 +0000)
too old.

webcit/configure.ac

index 578be2dee11b29ce7d3d17f27b9bd892f0f722f7..4c3902984cb2d6db7d1fa9f3351665b240107252 100644 (file)
@@ -154,6 +154,8 @@ main() {
                ]
        )
 fi
+ok_libical=$webcit_with_calendar_service
+
 
 if test "$webcit_with_calendar_service" == "yes"; then
                        AC_DEFINE(WEBCIT_WITH_CALENDAR_SERVICE,[],[whether we can do with calendar.])