ports/devel/ocaml-calendar/files/patch-configure
Martin Wilke 344f2dbb46 ocaml-calendar is an OCaml library for managing dates and times.
WWW: http://www.lri.fr/~signoles/prog.en.html

PR:		ports/109565
Submitted by:	Jaap Boender <jaapb at kerguelen.org>
2007-02-26 20:17:13 +00:00

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; }; }