]> granicus.if.org Git - php/commitdiff
report error when YAZ cannot be found
authorAdam Dickmeiss <dickmeiss@php.net>
Sun, 2 Jun 2002 21:58:35 +0000 (21:58 +0000)
committerAdam Dickmeiss <dickmeiss@php.net>
Sun, 2 Jun 2002 21:58:35 +0000 (21:58 +0000)
ext/yaz/config.m4

index 7c41a94d666a25c83abb8a80702e5c79dfa8576a..450122db9f1f00dab72dbaab0eec3eb3452af3eb 100644 (file)
@@ -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