|
|
@ -1,5 +1,5 @@
|
|
|
|
AC_DEFUN([KBUGBUSTER_CHECK_KCAL],[HAVE_KCAL=0
|
|
|
|
AC_DEFUN([KBUGBUSTER_CHECK_KCAL],[HAVE_KCAL=0
|
|
|
|
KDE_CHECK_HEADER(libkcal/resourcecalendar.h,HAVE_KCAL=1,
|
|
|
|
KDE_CHECK_HEADER(resourcecalendar.h,HAVE_KCAL=1,
|
|
|
|
AC_MSG_WARN([Unable to find libkcal. The Bugzilla todo list \
|
|
|
|
AC_MSG_WARN([Unable to find libkcal. The Bugzilla todo list \
|
|
|
|
resource for KOrganizer won't be compiled.]))
|
|
|
|
resource for KOrganizer won't be compiled.]))
|
|
|
|
AM_CONDITIONAL(include_kcalresource, test "$HAVE_KCAL" = 1)
|
|
|
|
AM_CONDITIONAL(include_kcalresource, test "$HAVE_KCAL" = 1)
|
|
|
|