summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2007-10-08 23:09:15 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2007-10-08 23:09:15 +0000
commitc865a3e98ef6cc114d59239867cbbd5225829f2f (patch)
tree3311da0eb96dcd464ef0d48b9323c7cb99199231 /examples
parent438e3d547e66271e3d3804c22a1a633cd5a6b11e (diff)
downloadclasspath-c865a3e98ef6cc114d59239867cbbd5225829f2f.tar.gz
2007-10-08 Andrew John Hughes <gnu_andrew@member.fsf.org>
PR classpath/33623: * examples/Makefile.am: Exit with no compiler. * lib/Makefile.am: Likewise. * m4/acinclude.m4: Handle ecj and javac using separate variables and catch when JAVAC/ECJ is empty.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 7f8e53988..a3cf1b75a 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -14,7 +14,7 @@ else
if FOUND_JAVAC
JCOMPILER = $(JAVAC) -encoding UTF-8 -bootclasspath $(GLIBJ_CLASSPATH) -classpath '$(top_builddir)/tools/tools.zip'
else
-error dunno how to setup the JCOMPILER and compile
+JCOMPILER = echo "No compiler found" 1>&2; exit 1
#endif
#endif
endif