From 96cf6fab96b503cef6e7f5bfd305e618bce120c8 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 30 May 2003 10:13:05 +0000 Subject: [PATCH] [project @ 2003-05-30 10:13:05 by simonmar] Don't unconditionally define WANT_DOTNET_SUPPORT. --- configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 9d47366..571bb79 100644 --- a/configure.in +++ b/configure.in @@ -545,10 +545,9 @@ AC_ARG_ENABLE(dotnet, [ --enable-dotnet Build .NET interop layer. ], -[DotnetSupport=YES], +[DotnetSupport=YES; AC_DEFINE(WANT_DOTNET_SUPPORT)], [DotnetSupport=NO] ) -AC_DEFINE(WANT_DOTNET_SUPPORT) AC_SUBST(DotnetSupport) dnl -------------------------------------------------------------- -- 1.7.10.4