From 3dc30c6b32235334cad811769b0794371ca37dad Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 18 Apr 2007 13:41:03 +0000 Subject: [PATCH] Make Pazpar2 configure prefer static YAZ - when locally built --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index cef9855..747222d 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ AC_PROG_RANLIB AC_LANG(C) -YAZ_INIT(libxml2,2.1.50) +YAZ_INIT([static],[2.1.50]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi -- 1.7.10.4