diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:14:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:14:00 -0600 |
commit | ac0ec6a50292929ffe812e4a79604cbd9a7e63fb (patch) | |
tree | 13079156e430b252c44c7e9ec777218922409030 /configure.in.in | |
parent | 145d30f0b8cbacc3599379e8717299734f3bb534 (diff) | |
download | tellico-ac0ec6a50292929ffe812e4a79604cbd9a7e63fb.tar.gz tellico-ac0ec6a50292929ffe812e4a79604cbd9a7e63fb.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'configure.in.in')
-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 44d87e6..8283d0d 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 -lkresources" + KCAL_LIBS="-lkcal -ltderesources" else KCAL_LIBS= fi |