Browse Source

Remove .libs in path to libyaz.la to make libtool 1.4 happy.

experimental/pre_new_hash_func
Adam Dickmeiss 25 years ago
parent
commit
04bf3ebd55
  1. 1
      ext/yaz/config.m4

1
ext/yaz/config.m4

@ -20,6 +20,7 @@ if test "$PHP_YAZ" != "no"; then
if test -f $yazconfig; then
AC_DEFINE(HAVE_YAZ,1,[Whether you have YAZ])
. $yazconfig
YAZLIB=`echo $YAZLIB|sed 's%/.libs%%'`
PHP_EVAL_LIBLINE($YAZLIB, YAZ_SHARED_LIBADD)
PHP_EVAL_INCLINE($YAZINC)
PHP_SUBST(YAZ_SHARED_LIBADD)

Loading…
Cancel
Save