From bd9e6617827818fd043452c08c606f07b78014a0 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdesdk@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kbugbuster/configure.in.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 kbugbuster/configure.in.in (limited to 'kbugbuster/configure.in.in') diff --git a/kbugbuster/configure.in.in b/kbugbuster/configure.in.in new file mode 100644 index 00000000..92b239ee --- /dev/null +++ b/kbugbuster/configure.in.in @@ -0,0 +1,8 @@ +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 -- cgit v1.2.1