diff options
author | Timothy Pearson <[email protected]> | 2013-02-17 22:53:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-17 22:53:45 -0600 |
commit | 9865e863b448766e828ee2d9e4572b826de563d2 (patch) | |
tree | 47ead26f6f643841a5dd1ea4dd39913167d3124c | |
parent | d7307a7d5bdd5b680d5943fcab1038de12e11a31 (diff) | |
download | libtqt-perl-9865e863b448766e828ee2d9e4572b826de563d2.tar.gz libtqt-perl-9865e863b448766e828ee2d9e4572b826de563d2.zip |
Fix references to lkabc
-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 00f822f..f30ed26 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1965,7 +1965,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, "-lkabc") + AC_SUBST(LIB_KABC, "-ltdeabc") AC_SUBST(LIB_TDEHTML, "-ltdehtml") AC_SUBST(LIB_KSPELL, "-ltdespell") AC_SUBST(LIB_KPARTS, "-ltdeparts") @@ -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, "-lkabc") + AC_SUBST(LIB_KABC, "-ltdeabc") AC_SUBST(LIB_TDEHTML, "-ltdehtml") AC_SUBST(LIB_KSPELL, "-ltdespell") AC_SUBST(LIB_KPARTS, "-ltdeparts") |