Hi list,

if you use an debian with a selfmade kernel 2.6.19.1 and the sources linked to /lib/modules/2.6.19.1/build ther is no config.h to find. That leads to an compiler error message. This patch adds some logic to the drivers.

#ifdef CONFIG_H_EXISTS
#include <linux/config.h>
#else
#include <linux/autoconf.h>
#endif

The patch is for the install-misdn-mqueue.tar.gz bundle.

I hope someone can use it.


Thx,

Jörg Esser
_______________________________________________
Misdn-asterisk mailing list
[email protected]
http://lists.beronet.com/cgi-bin/mailman/listinfo/misdn-asterisk

Reply via email to