diff options
author | Timothy Pearson <[email protected]> | 2013-02-17 22:46:33 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-17 22:46:33 -0600 |
commit | ce1109407621e1fb999bb1e0e5200acbec196a84 (patch) | |
tree | e1ec6b9d1f1dc3cb83deb445106523f267dd78e5 | |
parent | a5f20f84d3a819e814d5cc2bd651e203906b6525 (diff) | |
download | knetstats-ce1109407621e1fb999bb1e0e5200acbec196a84.tar.gz knetstats-ce1109407621e1fb999bb1e0e5200acbec196a84.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 f36fb20..3d78ff2 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") |