diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-12-28 10:16:08 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-12-28 10:16:08 +0000 |
| commit | 86fdb04dc0d0803855a2ecd207eeebb9279bfc75 (patch) | |
| tree | 08971d2a878aa86674bcf453504aaca377a12b6a | |
| parent | 3d16d356cb74c0d7208482c149401d6b9c941fd9 (diff) | |
lasso requires xmlsec >= 1.2.6
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 881f5861..743ccecb 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 xmlsec1-openssl 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],, |
