Make Pazpar2 configure prefer static YAZ - when locally built
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 18 Apr 2007 13:41:03 +0000 (13:41 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 18 Apr 2007 13:41:03 +0000 (13:41 +0000)
configure.ac

index cef9855..747222d 100644 (file)
@@ -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