diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 22:50:03 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 22:50:03 -0600 |
commit | 4a0eafd7a907c259d4713e7238864afd42e3414f (patch) | |
tree | d5fe740e90dfff829495bed96d65870b8dcd2282 /aclocal.m4 | |
parent | 59cd9d8cebb2c3b6d4f723171d154e5a9a9f5f9e (diff) | |
download | ksplash-engine-moodin-4a0eafd7a907c259d4713e7238864afd42e3414f.tar.gz ksplash-engine-moodin-4a0eafd7a907c259d4713e7238864afd42e3414f.zip |
Fix references to lkabc
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2077,7 +2077,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") |