mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
WWW: http://www.lri.fr/~signoles/prog.en.html PR: ports/109565 Submitted by: Jaap Boender <jaapb at kerguelen.org>
11 lines
443 B
Text
11 lines
443 B
Text
--- configure.orig Fri Jul 7 15:49:01 2006
|
|
+++ configure Mon Feb 26 14:08:55 2007
|
|
@@ -1267,7 +1267,7 @@
|
|
OCAMLLIB=`$OCAMLC -v | tail -1 | cut -f 4 -d " "`
|
|
echo "ocaml library path is $OCAMLLIB"
|
|
|
|
-if [[ "$OCAMLVERSION" < "3.06" ]]; then
|
|
+if [ $OCAMLVERSION \< "3.06" ]; then
|
|
{ { echo "$as_me:$LINENO: error: calendar needs ocaml version 3.06" >&5
|
|
echo "$as_me: error: calendar needs ocaml version 3.06" >&2;}
|
|
{ (exit 1); exit 1; }; }
|