check for lasso 0.4.1. exclusively.

This commit is contained in:
fpeters 2004-09-22 14:21:37 +00:00
parent de4024726a
commit ab9ab0bbab
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ dnl Checks for header files.
AC_HEADER_STDC
dnl Checks for libraries.
PKG_CHECK_MODULES(IDPC, libxml-2.0 neon lasso >= 0.4.1 openssl)
PKG_CHECK_MODULES(IDPC, libxml-2.0 neon lasso = 0.4.1 openssl)
AC_SUBST(IDPC_CFLAGS)
AC_SUBST(IDPC_LIBS)