diff options
author | Timothy Pearson <[email protected]> | 2013-02-17 22:46:04 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-17 22:46:04 -0600 |
commit | ae40a39290808c01b7f84768110efa8b5914140d (patch) | |
tree | 0efc161ee9d3f0ef7ff8b51542623b07e46cafc8 /acinclude.m4 | |
parent | b4768cf25e5e89c1ab2bf3cdd8b79784cd801bee (diff) | |
download | kmyfirewall-ae40a39290808c01b7f84768110efa8b5914140d.tar.gz kmyfirewall-ae40a39290808c01b7f84768110efa8b5914140d.zip |
Fix references to lkabc
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 697ad0a..50118fa 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2074,7 +2074,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") |