From: Michal Moskal Date: Tue, 25 Apr 2006 07:55:12 +0000 (+0000) Subject: - pass --disable-csharp in case --without dotnet is specified X-Git-Tag: auto/th/antlr-2_7_6-1~11 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fantlr.git;a=commitdiff_plain;h=1c229459e6b193e1916b3831f49be4ca969a6c03 - pass --disable-csharp in case --without dotnet is specified Changed files: antlr.spec -> 1.35 --- 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}