aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOBATA Akio <obache@netbsd.org>2014-12-01 14:44:41 +0000
committerTatsuya Kinoshita <tats@debian.org>2014-12-01 14:51:24 +0000
commited8092bfa17dcc41b4552ee2c789797859ede24d (patch)
treee168586169334e3ad4dfca0460fe263edc9d9291
parentMerge branch 'bug/libressl' (diff)
downloadw3m-ed8092bfa17dcc41b4552ee2c789797859ede24d.tar.gz
w3m-ed8092bfa17dcc41b4552ee2c789797859ede24d.zip
Assume defined PKG_CONFIG points right location when gtk2
Origin: http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/www/w3m/patches/patch-aa?rev=1.13&content-type=text/x-cvsweb-markup Origin: http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/www/w3m/patches/patch-ak?rev=1.1&content-type=text/x-cvsweb-markup
-rw-r--r--acinclude.m42
-rwxr-xr-xconfigure2
2 files changed, 0 insertions, 4 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index c1d112b..d768476 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -664,8 +664,6 @@ AC_DEFUN([AC_W3M_IMAGE],
with_gtk2="yes"
if test x"$PKG_CONFIG" = x; then
PKG_CONFIG=pkg-config
- else
- PKG_CONFIG=:
fi;;
esac
done
diff --git a/configure b/configure
index ec7f11e..b5adbb5 100755
--- a/configure
+++ b/configure
@@ -6826,8 +6826,6 @@ $as_echo "$with_imagelib" >&6; }
with_gtk2="yes"
if test x"$PKG_CONFIG" = x; then
PKG_CONFIG=pkg-config
- else
- PKG_CONFIG=:
fi;;
esac
done