diff options
author | Timothy Pearson <[email protected]> | 2013-02-17 22:53:29 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-17 22:53:29 -0600 |
commit | 2742aaa0f418a932cf7b716f25b51af2492af876 (patch) | |
tree | 3572c75f45bfcdac3500dcd8fbe6bcf20a6068ee | |
parent | f5e5f3a2a2b81a7e54b9db1b314bc15a8c11818d (diff) | |
download | kipi-plugins-2742aaa0f418a932cf7b716f25b51af2492af876.tar.gz kipi-plugins-2742aaa0f418a932cf7b716f25b51af2492af876.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 38bbafe..6d61b12 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2098,7 +2098,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") |