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: Fri, 24 Jun 2005 19:49:26 -0400

Index: mldonkey/src/daemon/common/commonGlobals.ml
diff -u mldonkey/src/daemon/common/commonGlobals.ml:1.31 
mldonkey/src/daemon/common/commonGlobals.ml:1.32
--- mldonkey/src/daemon/common/commonGlobals.ml:1.31    Mon Jun 20 18:43:32 2005
+++ mldonkey/src/daemon/common/commonGlobals.ml Fri Jun 24 23:49:16 2005
@@ -85,7 +85,10 @@
       ^ "\nFeatures:"
           ^ (if BasicSocket.has_threads () then " threads" else " no-threads")
           ^ (if Autoconf.has_zlib then " zlib" else " no-zlib")
-          ^ (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 "")
+         ^ (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 "")
+         ^ (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




reply via email to

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