summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac23
1 files changed, 0 insertions, 23 deletions
diff --git a/configure.ac b/configure.ac
index 869f4c3f..d0e1dfe6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -741,29 +741,6 @@ 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
- if grep -q 'WSF_SUPPORT.*0' $srcdir/*/lasso_wrap.c 2>/dev/null;
- then
- if test "x$SWIG" = "xecho"; then
- AC_MSG_WARN(Bindings were pre-generated without ID-WSF support)
- AC_MSG_ERROR(and you don't have SWIG to regenerate their files)
- fi
- echo "removing pre-generated language interface files"
- rm -f $srcdir/*/lasso_wrap.c $srcdir/csharp/liblassosharpglue_wrap.c
- fi
-else
- if grep -q 'WSF_SUPPORT.*1' $srcdir/*/lasso_wrap.c 2>/dev/null;
- then
- if test "x$SWIG" = "xecho"; then
- AC_MSG_WARN(Bindings were pre-generated with ID-WSF support)
- AC_MSG_ERROR(and you don't have SWIG to regenerate their files)
- fi
- echo "removing pre-generated language interface files"
- rm -f $srcdir/*/lasso_wrap.c $srcdir/csharp/liblassosharpglue_wrap.c
- fi
-fi
AC_SUBST(LASSO_WSF_SUPPORT)