diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:11:44 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:11:44 -0600 |
commit | 4c4fae82004afd73efa631047c624818a8e56624 (patch) | |
tree | 58a1615ad4d3d1e2c9192c2ee9f3bee0fe7e38ec /configure.in | |
parent | d8e2dc24f7272fbdb429a048992de867c4e82d72 (diff) | |
download | konversation-4c4fae82004afd73efa631047c624818a8e56624.tar.gz konversation-4c4fae82004afd73efa631047c624818a8e56624.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2135ff1..b2e6511 100644 --- a/configure.in +++ b/configure.in @@ -92,7 +92,7 @@ KDE_CHECK_HEADER(knotifyclient.h, KDE_CHECK_HEADER(kimiface.h, [ AC_DEFINE(HAVE_KIMIFACE, 1, [Define if you have Kimiface headers] ) - LIB_KIMIFACE="-lkimproxy" + LIB_KIMIFACE="-ltdeimproxy" AC_SUBST(LIB_KIMIFACE) ]) |