From 1c229459e6b193e1916b3831f49be4ca969a6c03 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Tue, 25 Apr 2006 07:55:12 +0000 Subject: [PATCH] - pass --disable-csharp in case --without dotnet is specified Changed files: antlr.spec -> 1.35 --- antlr.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/antlr.spec b/antlr.spec index 0dce961..64f070c 100644 --- a/antlr.spec +++ b/antlr.spec @@ -101,6 +101,7 @@ cp -f /usr/share/automake/config.sub scripts %configure \ --enable-cxx \ %{?with_dotnet:--enable-csharp} \ + %{!?with_dotnet:--disable-csharp} \ %{!?with_gcj:CLASSPATH=`pwd` --with-javac=javac} \ %{?with_gcj:--with-javac=gcj --with-jar=fastjar} -- 2.44.0