diff options
author | Timothy Pearson <[email protected]> | 2013-02-20 16:12:06 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-20 16:12:06 -0600 |
commit | d0d237b0bb3399e46d3f22f9be7fbc1e5d1c6cda (patch) | |
tree | 7646620c466bfb8cc01528cd5be29f79ae9adb33 | |
parent | 36752706bbaa1e793e9b215216bac0a76b531410 (diff) | |
download | dolphin-d0d237b0bb3399e46d3f22f9be7fbc1e5d1c6cda.tar.gz dolphin-d0d237b0bb3399e46d3f22f9be7fbc1e5d1c6cda.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 51dbf2a..61ef1b6 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, "-ltdeabc") + AC_SUBST(LIB_TDEABC, "-ltdeabc") AC_SUBST(LIB_TDEHTML, "-ltdehtml") AC_SUBST(LIB_KSPELL, "-ltdespell") AC_SUBST(LIB_KPARTS, "-ltdeparts") |