comparison 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
comparison
equal deleted inserted replaced
3332:bcd49640ed0f 3333:4372645ff7e3
38 USE_PIC_FLAG := @USE_PIC_FLAG@ 38 USE_PIC_FLAG := @USE_PIC_FLAG@
39 39
40 # Attempt to build Octave and dependencies with 64-bit indexing 40 # Attempt to build Octave and dependencies with 64-bit indexing
41 # enabled (experimental; requires 64-bit system and compiler). 41 # enabled (experimental; requires 64-bit system and compiler).
42 ENABLE_64 := @ENABLE_64@ 42 ENABLE_64 := @ENABLE_64@
43
44 # Attempt to build with support for Java.
45 ENABLE_JAVA := @ENABLE_JAVA@
43 46
44 # Attempt to build LLVM and enable Octave's experimental JIT compiler. 47 # Attempt to build LLVM and enable Octave's experimental JIT compiler.
45 ENABLE_JIT := @ENABLE_JIT@ 48 ENABLE_JIT := @ENABLE_JIT@
46 49
47 # Use openblas for octave 50 # Use openblas for octave