From dad8aea073d61df2ffec939b7f190eaef42e8430 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Sat, 19 Feb 2005 18:18:29 +0000 Subject: janitored configure.ac; it shouldn't have been batardized this way. --- win32/msvc/lasso_config.h.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'win32') diff --git a/win32/msvc/lasso_config.h.in b/win32/msvc/lasso_config.h.in index 734715e4..a1358373 100644 --- a/win32/msvc/lasso_config.h.in +++ b/win32/msvc/lasso_config.h.in @@ -1,6 +1,3 @@ -/* Release version as a decimal */ -#define LASSO_VERSION_DECIMAL @VERSION_DECIMAL@ - /* Major version number */ #define LASSO_VERSION_MAJOR @VERSION_MAJOR@ @@ -15,7 +12,11 @@ /* Define if ID-WSF support is enabled */ /* #undef LASSO_WSF_ENABLED */ -#@LASSO_WSF_ENABLE@ +#if @LASSO_WSF_SUPPORT@ +# define LASSO_WSF_ENABLED +#else +# undef LASSO_WSF_ENABLED +#endif /* Name of package */ #define PACKAGE "@PACKAGE@" @@ -38,4 +39,3 @@ /* Version number of package */ #define VERSION "@VERSION@" - -- cgit