From 2284debf856f04b5bf58dfeeaa015b1a7d8cde93 Mon Sep 17 00:00:00 2001 From: Permaine Cheung Date: Fri, 26 Sep 2008 15:23:31 +0000 Subject: [PATCH] define _with_gcj_support --- ant.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ant.spec b/ant.spec index 4e172d9..3cde27c 100644 --- a/ant.spec +++ b/ant.spec @@ -41,6 +41,8 @@ %define build_javadoc 1 %endif +%define _with_gcj_support 1 + %define gcj_support %{?_with_gcj_support:1}%{!?_with_gcj_support:%{?_without_gcj_support:0}%{!?_without_gcj_support:%{?_gcj_support:%{_gcj_support}}%{!?_gcj_support:0}}} %define with_manifest_only 0