diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 22:51:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 22:51:49 -0600 |
commit | 323acb5ec395d8bfaff127bf699eb8dd1c71559b (patch) | |
tree | f5ec5b17bb80e13cf03f5906b2d4c058938abda1 | |
parent | d391789e2e40e135e246e6af1042ba6c63f0d80d (diff) | |
download | smb4k-323acb5ec395d8bfaff127bf699eb8dd1c71559b.tar.gz smb4k-323acb5ec395d8bfaff127bf699eb8dd1c71559b.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 d55f9fa..7b75198 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, "-lkabc") + AC_SUBST(LIB_KABC, "-ltdeabc") AC_SUBST(LIB_TDEHTML, "-ltdehtml") AC_SUBST(LIB_KSPELL, "-ltdespell") AC_SUBST(LIB_KPARTS, "-ltdeparts") |