On Jan 25, 2007, at 7:50 AM, Mike Fedyk wrote:
> With this patch I can use zaptel in the latest 1.2 svn (it works
> with 1.2.12 also).
>
> - AC_CHECK_TYPES(zt_radio_stat,[ZAPTEL_V12_OR_HIGHER=1],,
> [#include <zaptel.h>])
> + AC_CHECK_TYPES(struct zt_radio_stat,
> [ZAPTEL_V12_OR_HIGHER="yes"],,[#include <zaptel.h>])
thanks a lot ... RoyK and I were trying to fix this but without any
luck.
> ${ZAPTEL_V12_OR_HIGHER} should be set to "yes" instead of "1"
> because the test (two lines below) uses that value.
I pasted this from some other such test and although it seemed odd to
us we tried with both "1" and "yes" and couldn't get it working
either way.
anyway, well done ;)
rgds
benjk
_______________________________________________
Openpbx-dev mailing list
[email protected]
http://lists.openpbx.org/mailman/listinfo/openpbx-dev