diff options
author | Timothy Pearson <[email protected]> | 2013-02-17 22:43:49 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-17 22:43:49 -0600 |
commit | 60e511687752407c6a04971e944803aeffdcfa6d (patch) | |
tree | 5d763f713f6a1ee9620a96a62db64552153d8cd2 | |
parent | 401d3556de914a544032ac46d06012312754c855 (diff) | |
download | gwenview-60e511687752407c6a04971e944803aeffdcfa6d.tar.gz gwenview-60e511687752407c6a04971e944803aeffdcfa6d.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 c3eb5b0..35c388c 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2065,7 +2065,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") |