diff options
author | Timothy Pearson <[email protected]> | 2013-02-20 16:14:25 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-20 16:14:25 -0600 |
commit | a1337261b2e8792f3286f11271a38be9c0214abb (patch) | |
tree | 2c9014ab802d36432c4e590daa151db23bf983f7 | |
parent | cebfe5e50bd0b1e2da8a532b68cd94c09d4c62f0 (diff) | |
download | kile-a1337261b2e8792f3286f11271a38be9c0214abb.tar.gz kile-a1337261b2e8792f3286f11271a38be9c0214abb.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 14de21b..2a0dc77 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2094,7 +2094,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") |