diff options
author | Timothy Pearson <[email protected]> | 2013-02-20 16:13:23 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-20 16:13:23 -0600 |
commit | 79cbee0ed7f0373b91fe57fc2e32eaf133c6c5ef (patch) | |
tree | bd8e864671062e3c23e217eacb5d6b00973b6d8d | |
parent | 505ad5b129e7540638fa0683da8cf535d45ad597 (diff) | |
download | kbookreader-79cbee0ed7f0373b91fe57fc2e32eaf133c6c5ef.tar.gz kbookreader-79cbee0ed7f0373b91fe57fc2e32eaf133c6c5ef.zip |
Rename KABC namespace
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 61f97aa..c7e09e5 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2013,7 +2013,7 @@ if test $kde_qtver = 3; then AC_SUBST(LIB_KIO, "-ltdeio") AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_KAB, "-lkab") - AC_SUBST(LIB_KABC, "-ltdeabc") + AC_SUBST(LIB_TDEABC, "-ltdeabc") AC_SUBST(LIB_TDEHTML, "-ltdehtml") AC_SUBST(LIB_KSPELL, "-ltdespell") AC_SUBST(LIB_KPARTS, "-ltdeparts") |