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>
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user