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
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
Please see this revised patch. The culprit of previous problems was
extra parenthesis around the expression.
--
Pav Lucistnik <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
--- configure.in.orig Fri Nov 28 07:15:33 2003
+++ configure.in Wed Dec 3 17:27:28 2003
@@ -10,11 +10,11 @@
AC_HEAD