aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-07-18 06:07:25 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-07-18 06:07:25 +0000
commitc4c0f87fce0966c7714cdf872e1a52a86a50ca3a (patch)
tree8855e6352241b7e1c74148f7c5ac9efb94105960 /configure
parent[w3m-dev 03272] Re: w3m-img for framebuffer merged (Re: Re: w3m-img for fram... (diff)
downloadw3m-c4c0f87fce0966c7714cdf872e1a52a86a50ca3a.tar.gz
w3m-c4c0f87fce0966c7714cdf872e1a52a86a50ca3a.zip
XMakefile (w3mimg/w3mimg): added
(w3img/fb) fixed * w3mimg/w3mimg.h (w3mimg_open): deleted to avoid compilation warnings * w3mimg/w3mimg.c: added * configure (imgobjs): add w3mimg/w3mimg.o From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b0257f7..52ce6de 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: configure,v 1.71 2002/07/18 05:55:22 ukai Exp $
+# $Id: configure,v 1.72 2002/07/18 06:07:25 ukai Exp $
# Configuration.
#
@@ -2046,7 +2046,7 @@ imgx11cflags=''
imgfbcflags=''
imgx11ldflags=''
imgfbldflags=''
-imbobjs=''
+imgobjs='w3mimg/w3mimg.o'
if [ "$use_image" = y ]; then
if [ "$use_w3mimg_x11" = y ]; then