/[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.37 by spiralvoice, Fri Jul 22 10:58:55 2005 UTC revision 1.38 by spiralvoice, Sat Jul 23 14:19:48 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_bzip2 then " bzip2" else " no-bzip2")
89            ^ (if Autoconf.has_gd && Autoconf.has_gd_png && Autoconf.has_gd_jpg then " gd(jpg/png)" else "")            ^ (if Autoconf.has_gd && Autoconf.has_gd_png && Autoconf.has_gd_jpg then " gd(jpg/png)" else "")
90            ^ (if Autoconf.has_gd && Autoconf.has_gd_png && not Autoconf.has_gd_jpg then " gd(png)" else "")            ^ (if Autoconf.has_gd && Autoconf.has_gd_png && not Autoconf.has_gd_jpg then " gd(png)" else "")
91            ^ (if Autoconf.has_gd && not Autoconf.has_gd_png && Autoconf.has_gd_jpg then " gd(jpg)" else "")            ^ (if Autoconf.has_gd && not Autoconf.has_gd_png && Autoconf.has_gd_jpg then " gd(jpg)" else "")

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

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