diff options
author | Timothy Pearson <[email protected]> | 2013-02-17 22:44:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-17 22:44:34 -0600 |
commit | 09d9f82ea7584328fd9a3356f023f260cbe675ab (patch) | |
tree | 10fe7f3c82935bc3fc54316c082a39d1dfa055d2 | |
parent | e2680be28f9e4cec17d523dfeeaf8cec8735bdc7 (diff) | |
download | katapult-09d9f82ea7584328fd9a3356f023f260cbe675ab.tar.gz katapult-09d9f82ea7584328fd9a3356f023f260cbe675ab.zip |
Fix references to lkabc
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index c452bb7..767b1bc 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") |