diff options
author | Timothy Pearson <[email protected]> | 2013-02-20 16:13:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-20 16:13:52 -0600 |
commit | 90c48036d78ddef63d9cae9fa403e0ddaa0532d9 (patch) | |
tree | 7d0740c4d00381ab2cd2b1ab8745ece2df14ebf1 /acinclude.m4 | |
parent | a8aee3c10a1c2ba5724c5809719bd554bd2906ab (diff) | |
download | tdmtheme-90c48036d78ddef63d9cae9fa403e0ddaa0532d9.tar.gz tdmtheme-90c48036d78ddef63d9cae9fa403e0ddaa0532d9.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 7cc9d97..140ee98 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2070,7 +2070,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") |