diff options
author | Timothy Pearson <[email protected]> | 2013-02-20 16:12:56 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-20 16:12:56 -0600 |
commit | 3bdc4c8bb1f0fa0f1444e258cf5c567f272cfd70 (patch) | |
tree | 0cad2b877ad1ad439492b0c249392438a30e8a7e | |
parent | 511f950763c954c1005fa0f40fa0c00d40c523dc (diff) | |
download | k9copy-3bdc4c8bb1f0fa0f1444e258cf5c567f272cfd70.tar.gz k9copy-3bdc4c8bb1f0fa0f1444e258cf5c567f272cfd70.zip |
Rename KABC namespace
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 0addda5..9bc89ae 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2013,7 +2013,7 @@ if test $kde_qtver = 3; then AC_SUBST(LIB_KIO, "-ltdeio") 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") |