mirror of
https://github.com/php/php-src.git
synced 2026-04-29 11:13:36 +02:00
Fix obvious errors..
This commit is contained in:
+2
-1
@@ -40,12 +40,13 @@ if test "$PHP_YAZ" != "no"; then
|
||||
;;
|
||||
-l*)
|
||||
lib=`echo $c|cut -c 3-`
|
||||
PHP_ADD_LIBRARY($lib,YAZ_SHARED_LIBADD)
|
||||
PHP_ADD_LIBRARY($lib,,YAZ_SHARED_LIBADD)
|
||||
;;
|
||||
esac
|
||||
done
|
||||
PHP_EVAL_INCLINE($YAZINC)
|
||||
PHP_NEW_EXTENSION(yaz, php_yaz.c, $ext_shared)
|
||||
PHP_SUBST(YAZ_SHARED_LIBADD)
|
||||
else
|
||||
AC_MSG_ERROR([YAZ not found (missing $yazconfig)])
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user