[w3m-dev 03331] Re: hang up when seeing web page that contains xbm file
* configure: check gdk-pixbuf-config existence From: Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-10-02 Yoshinobu Sakane <sakane@d4.bsd.nes.nec.co.jp>
|
||||
|
||||
* [w3m-dev 03331] Re: hang up when seeing web page that contains xbm file
|
||||
* configure: check gdk-pixbuf-config existence
|
||||
|
||||
2002-10-01 Yuji Abe <cbo46560@pop12.odn.ne.jp>
|
||||
|
||||
* [w3m-dev 03330] Re: hang up when seeing web page that contains xbm file
|
||||
@@ -3866,4 +3871,4 @@
|
||||
* release-0-2-1
|
||||
* import w3m-0.2.1
|
||||
|
||||
$Id: ChangeLog,v 1.435 2002/09/30 17:44:30 ukai Exp $
|
||||
$Id: ChangeLog,v 1.436 2002/10/01 15:29:05 ukai Exp $
|
||||
|
9
configure
vendored
9
configure
vendored
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $Id: configure,v 1.77 2002/09/29 15:29:12 ukai Exp $
|
||||
# $Id: configure,v 1.78 2002/10/01 15:29:05 ukai Exp $
|
||||
# Configuration.
|
||||
#
|
||||
|
||||
@@ -486,7 +486,12 @@ find_gdkpixbuf() {
|
||||
if [ "x$GDKPIXBUF_CONFIG" = x ]; then
|
||||
GDKPIXBUF_CONFIG=gdk-pixbuf-config
|
||||
fi
|
||||
version=`$GDKPIXBUF_CONFIG --version`
|
||||
if ./which $GDKPIXBUF_CONFIG > /dev/null
|
||||
then
|
||||
version=`$GDKPIXBUF_CONFIG --version`
|
||||
else
|
||||
version=""
|
||||
fi
|
||||
if [ "x$version" = x ]; then
|
||||
echo "You don't have GdkPixbuf. Install GdkPixbuf (version >= $gdkpixbuf_version)."
|
||||
return 1
|
||||
|
Reference in New Issue
Block a user