diff options
| -rw-r--r-- | ext/yaz/config.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
