diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 20:55:28 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 20:55:28 -0600 |
commit | e5c5f508d9fc6db2ef29380159cb4107c045c5bd (patch) | |
tree | f6be9f6bba51bcad8f12a5b01bc5eeffd8110704 /acinclude.m4 | |
parent | 1d31bd5b0d19d31a8bc20f493a3fe9b9b4e3bf04 (diff) | |
download | k9copy-e5c5f508d9fc6db2ef29380159cb4107c045c5bd.tar.gz k9copy-e5c5f508d9fc6db2ef29380159cb4107c045c5bd.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 950f4ca..62abb48 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2014,7 +2014,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") @@ -2031,7 +2031,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") |