Only run gcj tests when gcj is installed on the box

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8283 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-01-08 00:53:53 +00:00
commit 6db2ccd202
8 changed files with 0 additions and 9 deletions

View file

@ -21,7 +21,6 @@ check: all
Example.class: Example.java
gcj -v || exit 0
gcj -fPIC -C -c -g Example.java
gcjh Example