From: Adam Dickmeiss Date: Wed, 18 Apr 2007 13:41:03 +0000 (+0000) Subject: Make Pazpar2 configure prefer static YAZ - when locally built X-Git-Tag: PAZPAR2.1.0.0~266 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=3dc30c6b32235334cad811769b0794371ca37dad;p=pazpar2-moved-to-github.git Make Pazpar2 configure prefer static YAZ - when locally built --- 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