mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/config/configure.in


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/config/configure.in
Date: Sat, 10 Dec 2005 14:44:29 -0500

Index: mldonkey/config/configure.in
diff -u mldonkey/config/configure.in:1.237 mldonkey/config/configure.in:1.238
--- mldonkey/config/configure.in:1.237  Tue Dec  6 20:43:24 2005
+++ mldonkey/config/configure.in        Sat Dec 10 19:44:28 2005
@@ -133,9 +133,9 @@
 if test ! -z "$SUB_VERSION3"; then
   MLDONKEY_VERSION=$MLDONKEY_VERSION.$SUB_VERSION3
 fi
-REQUIRED_OCAML=3.08.4
-DOWNLOAD_OCAML_MAJOR=3.08
-DOWNLOAD_OCAML=3.08.4
+REQUIRED_OCAML=3.09.0
+DOWNLOAD_OCAML_MAJOR=3.09
+DOWNLOAD_OCAML=3.09.0
 
 REQUIRED_LABLGTK=1.2.7
 
@@ -332,6 +332,7 @@
   OCAMLVERSION=`$OCAMLC -v | sed -n -e 's|.*version* *\(.*\)$|\1|p' `
   case "$OCAMLVERSION" in
     "$REQUIRED_OCAML"*) ;;
+    3.08.4*) ;;
     3.08.3*) ;;
     3.08.2*)
         if test "$system" = "rhapsody"; then
@@ -503,6 +504,7 @@
 REBUILD_OCAML=no
 case "$OCAMLVERSION" in
     "$REQUIRED_OCAML"*) ;;
+    3.08.4*) ;;
     3.08.3*) ;;
     3.08.2*)
         if test "$system" = "rhapsody"; then




reply via email to

[Prev in Thread] Current Thread [Next in Thread]