projects
/
phpyaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b22f122
)
Windows: search for YAZ4; not YAZ3.
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 13 Apr 2011 12:20:57 +0000
(14:20 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 13 Apr 2011 12:20:57 +0000
(14:20 +0200)
config.w32
patch
|
blob
|
history
diff --git
a/config.w32
b/config.w32
index
0233acc
..
2fe6fa4
100644
(file)
--- a/
config.w32
+++ b/
config.w32
@@
-26,7
+26,7
@@
function yaz_check_version()
}
if (PHP_YAZ != "no") {
- if (yaz_check_version() && CHECK_LIB("yaz3.lib", "yaz", PHP_YAZ)) {
+ if (yaz_check_version() && CHECK_LIB("yaz4.lib", "yaz", PHP_YAZ)) {
EXTENSION('yaz', 'php_yaz.c');
AC_DEFINE('HAVE_YAZ', 1);
} else {