diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 20:56:38 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 20:56:38 -0600 |
commit | b4382ccd5888b60616dd24a151910e9b15554e54 (patch) | |
tree | 6568943d8b3ec9f27e14a6edc1c6ce2e48574ee1 /acinclude.m4 | |
parent | cc420d5dc92e500e41c8e6160c70b36aad8c92e9 (diff) | |
download | knetstats-b4382ccd5888b60616dd24a151910e9b15554e54.tar.gz knetstats-b4382ccd5888b60616dd24a151910e9b15554e54.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 0ea8007..5a0e3cf 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2075,7 +2075,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") @@ -2096,7 +2096,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") |