diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 22:52:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 22:52:32 -0600 |
commit | 3bae1957cbe0ef7b3773104224a4fea790fa20b0 (patch) | |
tree | 1185bb96d6532d77b12515919dad3cfe78f3af4b | |
parent | 20cd43ca34673b7f92f3c3bbe882b8ffb72c79b5 (diff) | |
download | yakuake-3bae1957cbe0ef7b3773104224a4fea790fa20b0.tar.gz yakuake-3bae1957cbe0ef7b3773104224a4fea790fa20b0.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 1893bea..1b4e513 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2098,7 +2098,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") |