sniper Thu Apr 8 19:54:08 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/yaz config.m4
Log:
PHP_ADD_LIBPATH checks that the path is not /usr/lib..
http://cvs.php.net/diff.php/php-src/ext/yaz/config.m4?r1=1.11.2.1&r2=1.11.2.2&ty=u
Index: php-src/ext/yaz/config.m4
diff -u php-src/ext/yaz/config.m4:1.11.2.1 php-src/ext/yaz/config.m4:1.11.2.2
--- php-src/ext/yaz/config.m4:1.11.2.1 Wed Apr 7 15:37:20 2004
+++ php-src/ext/yaz/config.m4 Thu Apr 8 19:54:08 2004
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.11.2.1 2004/04/07 19:37:20 dickmeiss Exp $
+dnl $Id: config.m4,v 1.11.2.2 2004/04/08 23:54:08 sniper Exp $
dnl
PHP_ARG_WITH(yaz,for YAZ support,
@@ -37,14 +37,12 @@
case $c in
-L*)
dir=`echo $c|cut -c 3-|sed 's%/\.libs%%g'`
- if test "$dir" != "/usr/lib"; then
- PHP_ADD_LIBPATH($dir,YAZ_SHARED_LIBADD)
- fi
+ PHP_ADD_LIBPATH($dir,YAZ_SHARED_LIBADD)
;;
-lyaz*)
;;
*)
- PHP_EVAL_LIBLINE($c, YAZ_SHARED_LIBADD)
+ PHP_EVAL_LIBLINE($c, YAZ_SHARED_LIBADD)
;;
esac
done
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php