Re: [Multisync-devel] configure patch II

2003-12-07 Thread Pav Lucistnik
V ne, 07. 12. 2003 v 21:46, Bo Lincoln píše: > Thanks. It still does not work, but if I change the line to > > if [[[ ${EVO_MAJVER} -gt 1 || ( ${EVO_MAJVER} = 1 && ${EVO_MINVER} -ge > 4 )]]]; then > > it works, as [[[ gets converted to [[ in the actual configure file > (don't ask me why). Is th

Re: [Multisync-devel] configure patch II

2003-12-07 Thread Bo Lincoln
Thanks. It still does not work, but if I change the line to if [[[ ${EVO_MAJVER} -gt 1 || ( ${EVO_MAJVER} = 1 && ${EVO_MINVER} -ge 4 )]]]; then it works, as [[[ gets converted to [[ in the actual configure file (don't ask me why). Is this OK in FreeBSD? /Bo On Fri, 2003-12-05 at 09:22, Pav Lu