diff options
author | Timothy Pearson <[email protected]> | 2013-02-20 16:11:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-20 16:11:37 -0600 |
commit | 57ab5f3580bc403c8cc0c92467b82883ce8f71ef (patch) | |
tree | b66cf0cf1f0f12f4f0cb8a56b343e5241866efe2 /acinclude.m4 | |
parent | 7261d8bb675d6567e7eac1d4a6de45a2983ceb82 (diff) | |
download | bibletime-57ab5f3580bc403c8cc0c92467b82883ce8f71ef.tar.gz bibletime-57ab5f3580bc403c8cc0c92467b82883ce8f71ef.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 0800972..0c96159 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") |