summaryrefslogtreecommitdiffstats
path: root/win32/msvc
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-02-19 18:18:29 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-02-19 18:18:29 +0000
commitdad8aea073d61df2ffec939b7f190eaef42e8430 (patch)
tree3e235a7d7a2b1c4efc27a4018eade4a6816b95ac /win32/msvc
parentf89839053df5f496a3a1cf386698806664a6905f (diff)
downloadlasso-dad8aea073d61df2ffec939b7f190eaef42e8430.tar.gz
lasso-dad8aea073d61df2ffec939b7f190eaef42e8430.tar.xz
lasso-dad8aea073d61df2ffec939b7f190eaef42e8430.zip
janitored configure.ac; it shouldn't have been batardized this way.
Diffstat (limited to 'win32/msvc')
-rw-r--r--win32/msvc/lasso_config.h.in10
1 files changed, 5 insertions, 5 deletions
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@"
-