You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
299 B
9 lines
299 B
AC_DEFUN([KBUGBUSTER_CHECK_KCAL],[HAVE_KCAL=0
|
|
KDE_CHECK_HEADER(libkcal/resourcecalendar.h,HAVE_KCAL=1,
|
|
AC_MSG_WARN([Unable to find libkcal. The Bugzilla todo list \
|
|
resource for KOrganizer won't be compiled.]))
|
|
AM_CONDITIONAL(include_kcalresource, test "$HAVE_KCAL" = 1)
|
|
])
|
|
|
|
KBUGBUSTER_CHECK_KCAL
|