Mercurial > hg > octave-nkf
diff configure.ac @ 18057:37a5e93d6cfd stable
configure.ac: add warning about disabling java to the final summary.
author | Carnë Draug <carandraug@octave.org> |
---|---|
date | Tue, 03 Dec 2013 18:25:07 +0000 |
parents | ab2614be700c |
children | 76006571e45a d734216aa2b1 |
line wrap: on
line diff
--- a/configure.ac +++ b/configure.ac @@ -2500,7 +2500,7 @@ AC_PATH_PROG(JAR, jar, [], [$JAVA_PATH]) if test -z "$JAVAC" || test -z "$JAR"; then - AC_MSG_WARN([No javac compiler or jar executable found. Octave will not be able to call Java methods.]) + warn_java="No javac compiler or jar executable found. Octave will not be able to call Java methods." break fi