diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 20:54:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 20:54:37 -0600 |
commit | 508d4b5b701bb07e5a3096f1898134812ed45504 (patch) | |
tree | 4c41b629f168f6e47fe08edfa98aed7a7adba597 /acinclude.m4 | |
parent | e6a54e090561944ecb0630ab2e543fb03aaab9cc (diff) | |
download | bibletime-508d4b5b701bb07e5a3096f1898134812ed45504.tar.gz bibletime-508d4b5b701bb07e5a3096f1898134812ed45504.zip |
Rename kiobuffer and KHTML
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index d41ef94..159a43c 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2071,7 +2071,7 @@ if test $kde_qtver = 3; then AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_KAB, "-lkab") AC_SUBST(LIB_KABC, "-lkabc") - AC_SUBST(LIB_KHTML, "-ltdehtml") + AC_SUBST(LIB_TDEHTML, "-ltdehtml") AC_SUBST(LIB_KSPELL, "-ltdespell") AC_SUBST(LIB_KPARTS, "-ltdeparts") AC_SUBST(LIB_TDEPRINT, "-ltdeprint") @@ -2091,7 +2091,7 @@ elif test $kde_qtver = 2; then AC_SUBST(LIB_SMB, "-lsmb") AC_SUBST(LIB_KFILE, "-ltdefile") AC_SUBST(LIB_KAB, "-lkab") - AC_SUBST(LIB_KHTML, "-ltdehtml") + AC_SUBST(LIB_TDEHTML, "-ltdehtml") AC_SUBST(LIB_KSPELL, "-ltdespell") AC_SUBST(LIB_KPARTS, "-ltdeparts") AC_SUBST(LIB_TDEPRINT, "-ltdeprint") |