/[mldonkey]/mldonkey/src/daemon/common/commonGlobals.ml
ViewVC logotype

Diff of /mldonkey/src/daemon/common/commonGlobals.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31 by spiralvoice, Mon Jun 20 18:43:32 2005 UTC revision 1.32 by spiralvoice, Fri Jun 24 23:49:16 2005 UTC
# Line 85  let buildinfo () = Line 85  let buildinfo () =
85        ^ "\nFeatures:"        ^ "\nFeatures:"
86            ^ (if BasicSocket.has_threads () then " threads" else " no-threads")            ^ (if BasicSocket.has_threads () then " threads" else " no-threads")
87            ^ (if Autoconf.has_zlib then " zlib" else " no-zlib")            ^ (if Autoconf.has_zlib then " zlib" else " no-zlib")
88            ^ (if Autoconf.has_gd then " gd" else " no-gd")            ^ (if Autoconf.has_gd && Autoconf.has_gd_png && Autoconf.has_gd_jpg then " gd(jpg/png)" else "")
89              ^ (if Autoconf.has_gd && Autoconf.has_gd_png && not Autoconf.has_gd_jpg then " gd(png)" else "")
90              ^ (if Autoconf.has_gd && not Autoconf.has_gd_png && Autoconf.has_gd_jpg then " gd(jpg)" else "")
91              ^ (if not Autoconf.has_gd then " no-gd" else "")
92            ^ (if Autoconf.has_iconv then " iconv" else " no-iconv")            ^ (if Autoconf.has_iconv then " iconv" else " no-iconv")
93            ^ (if Autoconf.check_bounds then " check-bounds" else " no-check-bounds")            ^ (if Autoconf.check_bounds then " check-bounds" else " no-check-bounds")
94            ^ " " ^ Autoconf.sha1_version            ^ " " ^ Autoconf.sha1_version

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26