summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-28 13:09:37 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-28 13:09:37 +0000
commitfde7f4f96f5ec72074299c0937500ca2c458cfa5 (patch)
treee8c114011d147e052c7f2efde54a2d49f3524e2f /configure.ac
parent07fcdf0c4e3c89941e45f353e92c715875de08c1 (diff)
downloadlasso-fde7f4f96f5ec72074299c0937500ca2c458cfa5.tar.gz
lasso-fde7f4f96f5ec72074299c0937500ca2c458cfa5.tar.xz
lasso-fde7f4f96f5ec72074299c0937500ca2c458cfa5.zip
fixed dependency on xmlsec1-openssl
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 743ccecb..57d9fee2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -552,7 +552,7 @@ if test "z$PKG_CONFIG_PATH" != "z"; then
export PKG_CONFIG_PATH
fi
-PKG_CHECK_MODULES(LASSO, glib-2.0 gobject-2.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl > 1.2.6 openssl)
+PKG_CHECK_MODULES(LASSO, glib-2.0 gobject-2.0 libxml-2.0 libxslt xmlsec1 >= 1.2.6 xmlsec1-openssl >= 1.2.6 openssl)
dnl Let people disable the gtk-doc stuff.
AC_ARG_ENABLE(gtk-doc, [ --disable-gtk-doc disable documentation build],,