From de3b1acfc3e80f97815ed663e5fc4af968cb77f3 Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 12 Feb 2003 03:05:28 +0000 Subject: [PATCH] Fix obvious errors.. --- ext/yaz/config.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/yaz/config.m4 b/ext/yaz/config.m4 index 9fcc85d5bb..3b5c8b176f 100644 --- a/ext/yaz/config.m4 +++ b/ext/yaz/config.m4 @@ -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 -- 2.50.1