diff options
author | Timothy Pearson <[email protected]> | 2012-02-23 20:23:19 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-23 20:23:19 -0600 |
commit | f7e343598a97747be444a1407531e383b1187378 (patch) | |
tree | 77208b6f60fd44c905b2b80ba19b0ca1b1116255 /configure.in.in | |
parent | f70d8f469954801e0e87c4592f3edbc39419b9aa (diff) | |
download | kopete-otr-f7e343598a97747be444a1407531e383b1187378.tar.gz kopete-otr-f7e343598a97747be444a1407531e383b1187378.zip |
Fix FTBFS
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in.in b/configure.in.in index 28a5407..4978f90 100644 --- a/configure.in.in +++ b/configure.in.in @@ -6,7 +6,7 @@ AC_C_BIGENDIAN AC_CHECK_KDEMAXPATHLEN # Make sure that kde includes, etc. are part of the CPPFLAGS ... -CPPFLAGS="$CPPFLAGS $all_includes -I$kde_includes/kopete -I$kde_includes/kde/kopete" +CPPFLAGS="$CPPFLAGS $all_includes -I$kde_includes/kopete -I$kde_includes/tde/kopete" # check for libkopete headers and library |