mldonkey-commits
[Top][All Lists]
Advanced

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

[Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonComplexOp


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonComplexOptions.ml
Date: Wed, 30 Nov 2005 18:46:27 -0500

Index: mldonkey/src/daemon/common/commonComplexOptions.ml
diff -u mldonkey/src/daemon/common/commonComplexOptions.ml:1.37 
mldonkey/src/daemon/common/commonComplexOptions.ml:1.38
--- mldonkey/src/daemon/common/commonComplexOptions.ml:1.37     Sat Nov 12 
20:07:01 2005
+++ mldonkey/src/daemon/common/commonComplexOptions.ml  Wed Nov 30 23:46:25 2005
@@ -1083,7 +1083,7 @@
       ^ (if Autoconf.scm_version <> "" then "\nSCM version info: " ^ 
Autoconf.scm_version else "")
       ^ "\nNetworks: " ^ !networks_string
       ^ "\nOcaml version: " ^ Sys.ocaml_version
-      ^ "\nBuild on: " ^ Autoconf.build_system
+      ^ "\nBuild on: " ^ Autoconf.build_system ^ " (" ^ Unix2.endianness () ^ 
")"
       ^ (if Autoconf.glibc_version = "" then "" 
           else
             let real_glibc_version = MlUnix.glibc_version_num () in
@@ -1124,7 +1124,6 @@
          ^ (if not Autoconf.has_gd then " no-gd" else "")
           ^ (if Autoconf.has_iconv then " iconv" else " no-iconv")
           ^ (if Autoconf.check_bounds then " check-bounds" else " 
no-check-bounds")
-          ^ " " ^ Autoconf.sha1_version
   )
   
 let runinfo () =




reply via email to

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