diff options
author | Timothy Pearson <[email protected]> | 2013-02-17 22:46:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-17 22:46:45 -0600 |
commit | 529cded4a140d39070c1917d371f60c1b04e7fb5 (patch) | |
tree | 28e0f73bc832c669bba207628e167600f3576eec | |
parent | 695dfe25e80d7b03925f8e4708d8376bc3811b86 (diff) | |
download | knights-529cded4a140d39070c1917d371f60c1b04e7fb5.tar.gz knights-529cded4a140d39070c1917d371f60c1b04e7fb5.zip |
Fix references to lkabc
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rw-r--r-- | aclocal.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 7f91017..4d59b9d 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1960,7 +1960,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") @@ -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") |