diff options
author | Timothy Pearson <[email protected]> | 2013-02-17 22:44:28 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-17 22:44:28 -0600 |
commit | 2a922934496d9e2e2c71e9e154911e268e892271 (patch) | |
tree | 8e0f1f79cce0c1a9bd2753cf6622875dcc7560c4 /acinclude.m4 | |
parent | 4da03d3a049a0d94a5b53d4b41a264be4a5718b6 (diff) | |
download | kaffeine-2a922934496d9e2e2c71e9e154911e268e892271.tar.gz kaffeine-2a922934496d9e2e2c71e9e154911e268e892271.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 1d46f61..c80e969 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") |