diff Makefile.in @ 3333:4372645ff7e3

Add --disable-java option to configure. * Makefile.in: Add ENABLE_JAVA Makefile variable that is substituted by configure. * configure.ac: Add AC_ARG_ENABLE macro call with ENABLE_JAVA defaulted to yes. * src/octave.mk: Call Octave configure script with --disable-java if MXE option has been specified.
author Rik <rik@octave.org>
date Sat, 23 Nov 2013 09:10:20 -0800
parents 64f9dbe1d7e7
children 5c651d4db00c
line wrap: on
line diff
--- a/Makefile.in	Sat Nov 23 09:05:40 2013 -0800
+++ b/Makefile.in	Sat Nov 23 09:10:20 2013 -0800
@@ -41,6 +41,9 @@
 # enabled (experimental; requires 64-bit system and compiler).
 ENABLE_64 := @ENABLE_64@
 
+# Attempt to build with support for Java.
+ENABLE_JAVA := @ENABLE_JAVA@
+
 # Attempt to build LLVM and enable Octave's experimental JIT compiler.
 ENABLE_JIT := @ENABLE_JIT@