Commit 4ef2718a by R. Kelley Cook

Undo mistaken commit

From-SVN: r91201
parent 2c92e90f
...@@ -417,7 +417,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], ...@@ -417,7 +417,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
# 02111-1307, USA. # 02111-1307, USA.
AC_DEFUN([AM_PROG_GCJ],[ AC_DEFUN([AM_PROG_GCJ],[
AC_CHECK_PROGS(GCJ, gcj, gcj) AC_CHECK_PROGS(GCJ, [gcj gcj-3.2 gcj-3.1 gcj-3.0 gcj-2.95], gcj)
test -z "$GCJ" && AC_MSG_ERROR([no acceptable gcj found in \$PATH]) test -z "$GCJ" && AC_MSG_ERROR([no acceptable gcj found in \$PATH])
if test "x${GCJFLAGS-unset}" = xunset; then if test "x${GCJFLAGS-unset}" = xunset; then
GCJFLAGS="-g -O2" GCJFLAGS="-g -O2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment