1
0
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:
foobar
2003-02-12 03:05:28 +00:00
parent 96a6cc11a3
commit de3b1acfc3
+2 -1
View File
@@ -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