diff options
author | Timothy Pearson <[email protected]> | 2013-02-20 16:20:54 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-20 16:20:54 -0600 |
commit | 83a3c8ccef87dad1e57f28210607ed3955246fb2 (patch) | |
tree | f7131a522e45163f1dbfa0c4a0bcbc460fd3cfc9 | |
parent | e8fe5932772714182d152a1499f0211018ed92d5 (diff) | |
download | twin-style-crystal-83a3c8ccef87dad1e57f28210607ed3955246fb2.tar.gz twin-style-crystal-83a3c8ccef87dad1e57f28210607ed3955246fb2.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 ce9b754..e26fb05 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2074,7 +2074,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") |