uniqueid001 / jinglenodes

Automatically exported from code.google.com/p/jinglenodes
0 stars 0 forks source link

Fix ejabberd_mod_jn configure.ac to look for proper ejabberd include dir #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The configure.ac script from the ejabberd module has the path to 
$prefix/lib/ejabberd hard-coded.

I am trying to package for Gentoo and ejabberd include is at 
/usr/lib/erlang/lib/ejabberd-x.y.z/include where x.y.z is the ejabberd version.

configure.ac should be modified to look for the ejabberd include dir properly.

Original issue reported on code.google.com by natureshadow on 8 Jan 2012 at 10:09