diff options
author | Timothy Pearson <[email protected]> | 2013-02-17 22:50:03 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-17 22:50:03 -0600 |
commit | 4a0eafd7a907c259d4713e7238864afd42e3414f (patch) | |
tree | d5fe740e90dfff829495bed96d65870b8dcd2282 /acinclude.m4 | |
parent | 59cd9d8cebb2c3b6d4f723171d154e5a9a9f5f9e (diff) | |
download | ksplash-engine-moodin-4a0eafd7a907c259d4713e7238864afd42e3414f.tar.gz ksplash-engine-moodin-4a0eafd7a907c259d4713e7238864afd42e3414f.zip |
Fix references to lkabc
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index b9a1f8c..ead352c 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2065,7 +2065,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") |