diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-08-28 14:31:19 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-08-28 14:31:19 +0000 |
| commit | 8ba526872a1699aae955a51ce85cf372ef462a7d (patch) | |
| tree | 80ce633c020da378567586bb47f869b29fe1a962 | |
| parent | 628bc31e9dc509991142c45017ef752d539fe4e3 (diff) | |
Core: fix commit 4313, restore support for --enable-wsf
* configure.ac:
I throwed the baby with the bathwater..
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d0e1dfe6..3841c4c9 100644 --- a/configure.ac +++ b/configure.ac @@ -741,6 +741,10 @@ AC_ARG_ENABLE(wsf, [ --enable-wsf enable experimental ID-WSF], AM_CONDITIONAL([WSF_ENABLED],[test "x$enable_wsf" = "xyes"]) LASSO_WSF_SUPPORT=0 +if test "x$enable_wsf" = "xyes"; then + AC_DEFINE(LASSO_WSF_ENABLED, [], [Define if ID-WSF support is enabled]) + LASSO_WSF_SUPPORT=1 +fi AC_SUBST(LASSO_WSF_SUPPORT) |
