diff options
author | Timothy Pearson <[email protected]> | 2013-02-17 22:45:10 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-17 22:45:10 -0600 |
commit | fdd9ff1de1aa03f88f30f6e978d966e876525452 (patch) | |
tree | ee47f9e73fa2f164f03bb5cb2bb32d60c0d65737 | |
parent | 215bacfce1a4ce636cdffcd8b82a2972bed65489 (diff) | |
download | tdmtheme-fdd9ff1de1aa03f88f30f6e978d966e876525452.tar.gz tdmtheme-fdd9ff1de1aa03f88f30f6e978d966e876525452.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 19f9ae9..7cc9d97 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2070,7 +2070,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") |