diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 22:52:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 22:52:23 -0600 |
commit | 02def1e425ef5a038101f511c5d5839b2edf5c5e (patch) | |
tree | daf4cad34de612f3715a0d785fc3eeac831ce82d | |
parent | a1ffc4ce3b95ab1eec5c15e1852c28969769d929 (diff) | |
download | tellico-02def1e425ef5a038101f511c5d5839b2edf5c5e.tar.gz tellico-02def1e425ef5a038101f511c5d5839b2edf5c5e.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 a1617c8..42b6e20 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2079,7 +2079,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") |