diff options
author | Timothy Pearson <[email protected]> | 2013-02-20 16:12:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-20 16:12:51 -0600 |
commit | 4642e1e33694c280e845f5c41ca6b683daaeb04b (patch) | |
tree | 07762a29389906ad9d165ee5f6cb84f371c80418 /acinclude.m4 | |
parent | 5c1bd8ded9d1e7eba9c4e7f901e5afb4ecd0a2c9 (diff) | |
download | k3b-i18n-4642e1e33694c280e845f5c41ca6b683daaeb04b.tar.gz k3b-i18n-4642e1e33694c280e845f5c41ca6b683daaeb04b.zip |
Rename KABC namespace
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 6747081..3f221ca 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") |