From: Adam Dickmeiss Date: Sun, 2 Jun 2002 21:58:35 +0000 (+0000) Subject: report error when YAZ cannot be found X-Git-Tag: RELEASE_0_90~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0315c1e1c9bb4a938ca00afe1f7c1329db22bc80;p=php report error when YAZ cannot be found --- diff --git a/ext/yaz/config.m4 b/ext/yaz/config.m4 index 7c41a94d66..450122db9f 100644 --- a/ext/yaz/config.m4 +++ b/ext/yaz/config.m4 @@ -37,5 +37,7 @@ if test "$PHP_YAZ" != "no"; then PHP_EVAL_INCLINE($YAZINC) PHP_SUBST(YAZ_SHARED_LIBADD) PHP_NEW_EXTENSION(yaz, php_yaz.c, $ext_shared) + else + AC_MSG_ERROR([YAZ not found (missing $yazconfig)]) fi fi