From f9f3d602802e3bff73a58479b5754d5a13dbc691 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 9 May 2007 07:12:09 +0000 Subject: [PATCH] Quoting --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a0188a2..167a013 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ AC_CHECK_LIB(dl,dlopen) AC_CHECK_LIB(m,main) ## YAZPP checks -YAZPP_INIT(threads,1.0.3) +YAZPP_INIT([threads],[1.0.3]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi -- 1.7.10.4