diff options
author | Timothy Pearson <[email protected]> | 2013-02-20 16:14:30 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-20 16:14:30 -0600 |
commit | 34deae8746023597672d3d5703bfb41183463e5f (patch) | |
tree | 385c5f0f87634e0c2840d249c3b2a23ff5ec339d | |
parent | 7368beec3a65085788022f768a0c410c635da25c (diff) | |
download | tdeio-apt-34deae8746023597672d3d5703bfb41183463e5f.tar.gz tdeio-apt-34deae8746023597672d3d5703bfb41183463e5f.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 c859362..8c69f51 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") |