diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2014-12-01 14:52:50 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2014-12-01 14:52:50 +0000 |
commit | 00043aa7a6417f45d0ce559740b547dd0b49c78a (patch) | |
tree | e168586169334e3ad4dfca0460fe263edc9d9291 | |
parent | Merge branch 'bug/libressl' (diff) | |
parent | Assume defined PKG_CONFIG points right location when gtk2 (diff) | |
download | w3m-00043aa7a6417f45d0ce559740b547dd0b49c78a.tar.gz w3m-00043aa7a6417f45d0ce559740b547dd0b49c78a.zip |
Merge branch 'bug/gtk2-pkg-config'
-rw-r--r-- | acinclude.m4 | 2 | ||||
-rwxr-xr-x | configure | 2 |
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 @@ -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 |