]> git.pld-linux.org Git - packages/antlr.git/commitdiff
- pass --disable-csharp in case --without dotnet is specified
authorMichal Moskal <michal@moskal.me>
Tue, 25 Apr 2006 07:55:12 +0000 (07:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    antlr.spec -> 1.35

antlr.spec

index 0dce961658d60f04f743ac6821237a3b44eabbee..64f070c97750d937f17ac073462c938913b8af42 100644 (file)
@@ -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}
 
This page took 0.103673 seconds and 4 git commands to generate.