From 04bf3ebd55c297bc726ab8e5a230c5f67fe8469e Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 7 Jun 2001 13:40:31 +0000 Subject: [PATCH] Remove .libs in path to libyaz.la to make libtool 1.4 happy. --- ext/yaz/config.m4 | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/yaz/config.m4 b/ext/yaz/config.m4 index ba72b149143..9eeb9d2e9e1 100644 --- a/ext/yaz/config.m4 +++ b/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)