diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 22:46:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 22:46:45 -0600 |
commit | 529cded4a140d39070c1917d371f60c1b04e7fb5 (patch) | |
tree | 28e0f73bc832c669bba207628e167600f3576eec /aclocal.m4 | |
parent | 695dfe25e80d7b03925f8e4708d8376bc3811b86 (diff) | |
download | knights-529cded4a140d39070c1917d371f60c1b04e7fb5.tar.gz knights-529cded4a140d39070c1917d371f60c1b04e7fb5.zip |
Fix references to lkabc
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1972,7 +1972,7 @@ if test $kde_qtver = 3; then AC_SUBST(LIB_KIO, "-ltdeio") 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") |