diff options
author | Timothy Pearson <[email protected]> | 2013-02-20 16:22:22 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-20 16:22:22 -0600 |
commit | c2e77e640fe833c77f6cd6caf203dc2863101bc6 (patch) | |
tree | 57ebdcc3aa67d77c9caf94d97b52613db93b4c7a /aclocal.m4 | |
parent | 1fb302101a1f4df90740d4e9a5bbddaa6250f43e (diff) | |
download | libtqt-perl-c2e77e640fe833c77f6cd6caf203dc2863101bc6.tar.gz libtqt-perl-c2e77e640fe833c77f6cd6caf203dc2863101bc6.zip |
Rename KABC namespace
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1977,7 +1977,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") |