From 0900532dec9164ac58e49e3b383fb8b33fbc4a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 2 Nov 2012 05:44:44 +0100 Subject: [PATCH] Fix FTBFS due to missing link to kresources (cherry picked from commit dcb9e1ca442022ddcb4e56e878db67be55dad46d) --- configure.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in.in b/configure.in.in index 7b0479c..063763c 100644 --- a/configure.in.in +++ b/configure.in.in @@ -339,7 +339,7 @@ AC_LANG_RESTORE if test x$kcal = xyes; then AC_DEFINE(HAVE_KCAL, 1, [Define to 1 if you have libkcal]) - KCAL_LIBS="-lkcal" + KCAL_LIBS="-lkcal -lkresources" else KCAL_LIBS= fi