diff options
author | Timothy Pearson <[email protected]> | 2013-02-17 22:43:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-17 22:43:34 -0600 |
commit | 30d8afa6da88414e8454d837a792cb9ee7cccaae (patch) | |
tree | f13aba88a7530e770af1ec758758674b9714818b | |
parent | 8230789282aed8363b936d7dd16b833f0482e122 (diff) | |
download | dolphin-30d8afa6da88414e8454d837a792cb9ee7cccaae.tar.gz dolphin-30d8afa6da88414e8454d837a792cb9ee7cccaae.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 9a03458..51dbf2a 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") |