summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in.in b/configure.in.in
index 21e456d..44d87e6 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -341,7 +341,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