From: Michael Wallner Date: Mon, 3 Oct 2016 10:24:21 +0000 (+0200) Subject: build fixes X-Git-Tag: RELEASE_3_1_0_RC1~8 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=bf555b3942d13ff3c3998028545edad9afc6fd0b build fixes --- diff --git a/autoconf/pecl/pecl.m4 b/autoconf/pecl/pecl.m4 index 844fc24..e6cd792 100644 --- a/autoconf/pecl/pecl.m4 +++ b/autoconf/pecl/pecl.m4 @@ -255,9 +255,9 @@ AC_DEFUN([PECL_CHECK_CUSTOM], [ LIBS="-l$4" AC_CACHE_VAL(PECL_CACHE_VAR([$1_version]), [ - pushd $PECL_CACHE_VAR([$1_prefix]) + pushd $PECL_CACHE_VAR([$1_prefix]) >/dev/null PECL_CACHE_VAR([$1_version])=$5 - popd + popd >/dev/null ]) PECL_CHECKED_VERSION([$1])=$PECL_CACHE_VAR([$1_version]) @@ -268,6 +268,8 @@ AC_DEFUN([PECL_CHECK_CUSTOM], [ else PECL_VAR([HAVE_$1])=false fi + else + PECL_VAR([HAVE_$1])=false fi AC_MSG_RESULT([${PECL_CHECKED_VERSION([$1]):-no}]) ]) diff --git a/travis/pecl b/travis/pecl index 1a9608d..90af692 160000 --- a/travis/pecl +++ b/travis/pecl @@ -1 +1 @@ -Subproject commit 1a9608da123825ded9e7ff87306499b2793d3169 +Subproject commit 90af692cb807f63c4d4e943ff4699dc9637728fb