diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 22:51:20 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 22:51:20 -0600 |
commit | c676a92800f9923374a0e9e740f3fc807179cd5a (patch) | |
tree | c856701bf9f249b6182d8ec089be85d0b0a8f201 | |
parent | 4e981f9c9b659a3443c8dcf31795b3d2334af262 (diff) | |
download | potracegui-c676a92800f9923374a0e9e740f3fc807179cd5a.tar.gz potracegui-c676a92800f9923374a0e9e740f3fc807179cd5a.zip |
Fix references to lkabc
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 8c47299..69a9589 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -2021,7 +2021,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") |