diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-10-28 17:09:15 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-10-28 17:09:15 +0000 |
commit | e52ed1d5a5b1265a3f644e153965d88749a094cc (patch) | |
tree | 68fa8eecd03b7e782ad83d1fdf33dcb975b1512a /configure | |
parent | [w3m-dev 03351] w3m core dump (diff) | |
download | w3m-e52ed1d5a5b1265a3f644e153965d88749a094cc.tar.gz w3m-e52ed1d5a5b1265a3f644e153965d88749a094cc.zip |
[w3m-dev 03352] w3mimgsize is not necessary.
* XMakefile (IMGSIZE): removed
* config.h.dist (IMGSIZE): removed
* configure (imgtarget): remove IMGSIZE
(config.h): remove IMGSIZE
* rc.c (CMT_IMGSIZE): removed
* doc/README.img: remove imgsize
* w3mimgsize.c: removed
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.80 2002/10/27 17:16:42 ukai Exp $ +# $Id: configure,v 1.81 2002/10/28 17:09:20 ukai Exp $ # Configuration. # @@ -797,7 +797,7 @@ fi ask_param "Inline image support" use_image n if [ "$use_image" = y ]; then def_use_image="#define USE_IMAGE" - imgtarget='$(IMGDISPLAY) $(IMGSIZE)' + imgtarget='$(IMGDISPLAY)' ask_param "X11 inline image support (you need Imlib1 or GdkPixbuf library)" use_w3mimg_x11 y d_w3mimg_fb=n case $sysname in @@ -2377,7 +2377,6 @@ $def_use_xface #define HELP_FILE "w3mhelp.html" #define HELP_CGI "w3mhelp" #define W3MCONFIG "w3mconfig" -#define IMGSIZE "w3mimgsize" #define IMGDISPLAY "w3mimgdisplay" #define XFACE2XPM "xface2xpm" |