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/commonGlobals.m


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonGlobals.ml
Date: Sat, 23 Jul 2005 10:19:50 -0400

Index: mldonkey/src/daemon/common/commonGlobals.ml
diff -u mldonkey/src/daemon/common/commonGlobals.ml:1.37 
mldonkey/src/daemon/common/commonGlobals.ml:1.38
--- mldonkey/src/daemon/common/commonGlobals.ml:1.37    Fri Jul 22 10:58:55 2005
+++ mldonkey/src/daemon/common/commonGlobals.ml Sat Jul 23 14:19:48 2005
@@ -85,6 +85,7 @@
       ^ "\nFeatures:"
           ^ (if BasicSocket.has_threads () then " threads" else " no-threads")
           ^ (if Autoconf.has_zlib then " zlib" else " no-zlib")
+          ^ (if Autoconf.has_bzip2 then " bzip2" else " no-bzip2")
           ^ (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 && not 
Autoconf.has_gd_jpg then " gd(png)" else "")
          ^ (if Autoconf.has_gd && not Autoconf.has_gd_png && 
Autoconf.has_gd_jpg then " gd(jpg)" else "")




reply via email to

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