From 87b0b422fffae5d350fc0110aa1c01745dfa1db3 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 20 Jun 2011 10:37:10 +0200 Subject: [PATCH] configure: depend on yazp 1.2.6 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0693904..d58e72c 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ AC_CHECK_LIB([m],[main]) AC_CHECK_FUNCS([localtime_r]) ## YAZPP checks -YAZPP_INIT([threads],[1.2.3]) +YAZPP_INIT([threads],[1.2.6]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi -- 1.7.10.4