diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-12-04 13:36:49 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-12-04 13:36:49 +0000 |
| commit | 97016b1c90eccb068d2e21b05641bc9ad7bec2f9 (patch) | |
| tree | a094e89e75aaf6b02d35d2debb9e0032553a940d | |
| parent | 4bc192190e142f6bcf9bc5c8da2e07b4aa8a9f7e (diff) | |
| download | lasso-97016b1c90eccb068d2e21b05641bc9ad7bec2f9.tar.gz lasso-97016b1c90eccb068d2e21b05641bc9ad7bec2f9.tar.xz lasso-97016b1c90eccb068d2e21b05641bc9ad7bec2f9.zip | |
removed gmodule from libs; I failed to get class registration dynamic
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e3cc9e4a..e50ec5f5 100644 --- a/configure.ac +++ b/configure.ac @@ -554,7 +554,7 @@ if test "z$PKG_CONFIG_PATH" != "z"; then export PKG_CONFIG_PATH fi -PKG_CHECK_MODULES(LASSO, glib-2.0 gobject-2.0 gmodule-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 xmlsec1-openssl openssl) dnl Let people disable the gtk-doc stuff. AC_ARG_ENABLE(gtk-doc, [ --disable-gtk-doc disable documentation build],, |
