From fde7f4f96f5ec72074299c0937500ca2c458cfa5 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 28 Dec 2004 13:09:37 +0000 Subject: fixed dependency on xmlsec1-openssl --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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],, -- cgit