bkml wrote:
> 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.

The weird thing is that I'm having trouble reproducing the fix on 
another Ubuntu Dapper system.  It works fine on my laptop.  I'm still 
checking on it.  The weird thing is that the configure tests for 
linux/zaptel.h pass, but the test for struct zt_radio_stat can't find 
linux/zaptel.h include file when specified as <zaptel.h>.

Can you verify the fix works on a couple machines for me?

> 
> 
>> ${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 ;)

Any ETA on when this will show up in svn after the verification?

Mike
_______________________________________________
Openpbx-dev mailing list
[email protected]
http://lists.openpbx.org/mailman/listinfo/openpbx-dev

Reply via email to