------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=121856
mattr kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From mattr kde org 2006-02-26 16:51 -------
SVN commit 513803 by mattr:
don't attempt to use an invalid config.h and point libjingle to the config.h
file created during the kopete configure process
BUG: 121856
D aclocal.m4
D config.guess
D config.h
D config.h.in
D config.sub
D configure
D configure.ac
D depcomp
D install-sh
D ltmain.sh
D missing
D mkinstalldirs
M +1 -1 talk/base/Makefile.am
---
branches/kopete/0.12/kopete/protocols/jabber/jingle/libjingle/talk/base/Makefile.am
#513802:513803
@ -53,7 +53,7 @
host.h \
socketaddresspair.h
-AM_CPPFLAGS = -DPOSIX -I$(srcdir)/../..
+AM_CPPFLAGS = -DPOSIX -I$(srcdir)/../.. -I$(top_builddir)
noinst_LTLIBRARIES = libcricketbase.la
DEFAULT_INCLUDES = -I$(srcdir)/../..
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel