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/driver/driverCommands.


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/driver/driverCommands.ml
Date: Fri, 24 Jun 2005 19:49:28 -0400

Index: mldonkey/src/daemon/driver/driverCommands.ml
diff -u mldonkey/src/daemon/driver/driverCommands.ml:1.58 
mldonkey/src/daemon/driver/driverCommands.ml:1.59
--- mldonkey/src/daemon/driver/driverCommands.ml:1.58   Wed Jun 22 18:37:40 2005
+++ mldonkey/src/daemon/driver/driverCommands.ml        Fri Jun 24 23:49:16 2005
@@ -1380,15 +1380,17 @@
                         strings_of_option display_downloaded_results;
                         strings_of_option vd_reload_delay;
                         strings_of_option html_use_gzip;
-                       ] @ (if Autoconf.has_gd then [
-                        strings_of_option html_mods_vd_gfx;
+                       ] @ (if Autoconf.has_gd then
+                       [strings_of_option html_mods_vd_gfx;] else []) @
+                       (if Autoconf.has_gd_jpg && Autoconf.has_gd_png
+                        then [strings_of_option html_mods_vd_gfx_png;] else 
[]) @
+                       (if Autoconf.has_gd then [
                         strings_of_option html_mods_vd_gfx_remove;
                         strings_of_option html_mods_vd_gfx_split;
                         strings_of_option html_mods_vd_gfx_fill;
                         strings_of_option html_mods_vd_gfx_flip;
                         strings_of_option html_mods_vd_gfx_mean;
                         strings_of_option html_mods_vd_gfx_transparent;
-                        strings_of_option html_mods_vd_gfx_png;
                         strings_of_option html_mods_vd_gfx_h;
                         strings_of_option html_mods_vd_gfx_x_size;
                         strings_of_option html_mods_vd_gfx_y_size;




reply via email to

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