diff options
author | Timothy Pearson <[email protected]> | 2013-02-17 22:45:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-17 22:45:44 -0600 |
commit | 6414e27e4ea1500e460d725b31ac476355739bb5 (patch) | |
tree | 468987f9f446346a9d09ae2e8a643282b657b3fe | |
parent | dc13efdbba7e566e4aadb306518a0738bec7b9b4 (diff) | |
download | kima-6414e27e4ea1500e460d725b31ac476355739bb5.tar.gz kima-6414e27e4ea1500e460d725b31ac476355739bb5.zip |
Fix references to lkabc
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 7deb0c2..310580a 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2074,7 +2074,7 @@ if test $kde_qtver = 3; then AC_SUBST(LIB_KJS, "-lkjs") AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_KAB, "-lkab") - AC_SUBST(LIB_KABC, "-lkabc") + AC_SUBST(LIB_KABC, "-ltdeabc") AC_SUBST(LIB_TDEHTML, "-ltdehtml") AC_SUBST(LIB_KSPELL, "-ltdespell") AC_SUBST(LIB_KPARTS, "-ltdeparts") |