summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-17 22:46:45 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-17 22:46:45 -0600
commit529cded4a140d39070c1917d371f60c1b04e7fb5 (patch)
tree28e0f73bc832c669bba207628e167600f3576eec /aclocal.m4
parent695dfe25e80d7b03925f8e4708d8376bc3811b86 (diff)
downloadknights-529cded4a140d39070c1917d371f60c1b04e7fb5.tar.gz
knights-529cded4a140d39070c1917d371f60c1b04e7fb5.zip
Fix references to lkabc
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 787b9d4..8acfb67 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -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")