diff options
author | Timothy Pearson <[email protected]> | 2013-02-17 22:45:46 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-17 22:45:46 -0600 |
commit | 964ca66bb06e1a87cf3174a8762626a2fa172405 (patch) | |
tree | 0097b80f64349c157929fb1e64abc3f7dc4442df | |
parent | 04ad8fbbf2646264294a76b5fabfe14b355fdab3 (diff) | |
download | tdeio-apt-964ca66bb06e1a87cf3174a8762626a2fa172405.tar.gz tdeio-apt-964ca66bb06e1a87cf3174a8762626a2fa172405.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 a782072..c859362 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") |