diff options
author | Timothy Pearson <[email protected]> | 2013-02-17 22:44:38 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-17 22:44:38 -0600 |
commit | 36f8ee99d3720415f046f96dfdd33b1f5135673e (patch) | |
tree | 2ac445b16f9dc451a834f0314269c7f6680af3f0 /acinclude.m4 | |
parent | 5b8385c266e086d959899640d6f5e8ccb5329fc3 (diff) | |
download | kbarcode-36f8ee99d3720415f046f96dfdd33b1f5135673e.tar.gz kbarcode-36f8ee99d3720415f046f96dfdd33b1f5135673e.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 13ddc1b..b752980 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") |