mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
2.3 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/esden/w3m/config.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. --- ./configure~ Thu Feb 6 17:15:10 2003
  23. +++ ./configure Mon Mar 17 17:04:55 2003
  24. @@ -767,7 +767,7 @@
  25. 5)
  26. use_color=y;
  27. use_menu=y;
  28. - use_mouse=y;
  29. + use_mouse=n;
  30. use_cookie=y;
  31. use_ssl=y;
  32. customized=y
  33. @@ -801,7 +801,7 @@
  34. ask_param "Use mouse (requires xterm/kterm/gpm/sysmouse)" use_mouse n
  35. ask_param "Use popup menu" use_menu y
  36. ask_param "Use cookie" use_cookie n
  37. -ask_param "Use SSL (need OpenSSL library; Please see http://www.openssl.org/)" use_ssl n
  38. +ask_param "Use SSL (need OpenSSL library; Please see http://www.openssl.org/)" use_ssl y
  39. all_yes=$save_all_yes
  40. @@ -819,11 +819,11 @@
  41. def_param "use_digest_auth" n
  42. fi
  43. -ask_param "Inline image support" use_image n
  44. +ask_param "Inline image support" use_image y
  45. if [ "$use_image" = y ]; then
  46. def_use_image="#define USE_IMAGE"
  47. imgtarget='$(IMGDISPLAY)'
  48. - ask_param "X11 inline image support (you need Imlib, Imlib2 or GdkPixbuf library)" use_w3mimg_x11 y
  49. + ask_param "X11 inline image support (you need Imlib, Imlib2 or GdkPixbuf library)" use_w3mimg_x11 n
  50. d_w3mimg_fb=n
  51. case $sysname in
  52. Linux|linux|LINUX)
  53. @@ -844,7 +844,7 @@
  54. fi
  55. if [ "$use_color" = y ]; then
  56. - ask_param "ANSI color escape sequences support" use_ansi_color n
  57. + ask_param "ANSI color escape sequences support" use_ansi_color y
  58. else
  59. use_ansi_color=n
  60. def_param "use_ansi_color" n