diff options
author | Timothy Pearson <[email protected]> | 2013-02-20 16:22:17 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-20 16:22:17 -0600 |
commit | 0fba87e849baa89a5a422efd0d003b0cefe93d96 (patch) | |
tree | 8c0131c988c1104c9b448a651bab925f34758076 | |
parent | fa54662b09cd255a6b8f3b3d8e245baf07f288e4 (diff) | |
download | libkipi-0fba87e849baa89a5a422efd0d003b0cefe93d96.tar.gz libkipi-0fba87e849baa89a5a422efd0d003b0cefe93d96.zip |
Rename KABC namespace
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rw-r--r-- | aclocal.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index e3f442b..50c7dd5 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") @@ -2086,7 +2086,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") |