diff options
author | Slávek Banko <[email protected]> | 2012-11-02 05:44:44 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-11-02 05:44:44 +0100 |
commit | dcb9e1ca442022ddcb4e56e878db67be55dad46d (patch) | |
tree | 5eb6b6ffdcb71c388327d43ab433553a0e1d3c3a | |
parent | 041713595da810dc707a3c416bf386bf1575099c (diff) | |
download | tellico-dcb9e1ca442022ddcb4e56e878db67be55dad46d.tar.gz tellico-dcb9e1ca442022ddcb4e56e878db67be55dad46d.zip |
Fix FTBFS due to missing link to kresources
-rw-r--r-- | configure.in.in | 2 |
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 |