diff options
author | Timothy Pearson <[email protected]> | 2013-02-20 16:15:17 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-20 16:15:17 -0600 |
commit | 19d2d5ec74030f2cb17e4caa752b0cf2c4c3a0aa (patch) | |
tree | 0b42b7e82be8d643b6726384e37d6c2855f264a5 /acinclude.m4 | |
parent | c6b2bb019e887e64ffb7bc38538c0c0377edb1d6 (diff) | |
download | knetstats-19d2d5ec74030f2cb17e4caa752b0cf2c4c3a0aa.tar.gz knetstats-19d2d5ec74030f2cb17e4caa752b0cf2c4c3a0aa.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 3d78ff2..11601a3 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2074,7 +2074,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") |