From bf555b3942d13ff3c3998028545edad9afc6fd0b Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 3 Oct 2016 12:24:21 +0200 Subject: [PATCH] build fixes --- autoconf/pecl/pecl.m4 | 6 ++++-- travis/pecl | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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 -- 2.30.2