summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAdam Dickmeiss <dickmeiss@php.net>2002-07-11 13:02:52 +0000
committerAdam Dickmeiss <dickmeiss@php.net>2002-07-11 13:02:52 +0000
commit377f5cfb13fdda197aab8f0d28b5e5184b464280 (patch)
tree0486b123046343f919a0f9aa3cd1ee1d700c0acc /ext
parentee619493b3c2ee7eb57922cc4af8e71bf599b621 (diff)
downloadphp-git-377f5cfb13fdda197aab8f0d28b5e5184b464280.tar.gz
Include YAZ support libs (if any)
Diffstat (limited to 'ext')
-rw-r--r--ext/yaz/config.m45
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/yaz/config.m4 b/ext/yaz/config.m4
index 450122db9f..20f5384a17 100644
--- a/ext/yaz/config.m4
+++ b/ext/yaz/config.m4
@@ -28,6 +28,11 @@ if test "$PHP_YAZ" != "no"; then
-L*)
dir=`echo $c|cut -c 3-|sed 's%/\.libs%%g'`
;;
+ -lyaz*)
+ ;;
+ *)
+ PHP_EVAL_LIBLINE($c, YAZ_SHARED_LIBADD)
+ ;;
esac
done
if test -n "$dir"; then