changeset 4693:9288b72977a1

Makefile.in: Don't require --enable-64 adn --enable-fortran-int64 to match.
author John W. Eaton <jwe@octave.org>
date Tue, 08 May 2018 09:34:35 -0400
parents 3f120419c40d
children 98bcbdaf910b
files Makefile.in
diffstat 1 files changed, 0 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Thu May 03 10:25:23 2018 -0400
+++ b/Makefile.in	Tue May 08 09:34:35 2018 -0400
@@ -60,21 +60,6 @@
 # not ENABLE_FORTRAN_INT64.
 ENABLE_FORTRAN_INT64 := @ENABLE_FORTRAN_INT64@
 
-## FIXME: this will need to change when Octave 4.4 is released as stable.
-stable_64_mismatch = false
-ifeq ($(OCTAVE_TARGET),stable-octave)
-  ifeq ($(ENABLE_64),yes)
-    ifeq ($(ENABLE_FORTRAN_INT64),no)
-      $(error --enable-64 and --enable-fortran-int64 must match for stable-octave)
-    endif
-  else
-    ifeq ($(ENABLE_FORTRAN_INT64),yes)
-      $(error --enable-64 and --enable-fortran-int64 must match for stable-octave)
-    endif
-  endif
-endif
-
-
 # create binary octave forge tools.
 # if cross, compiling, this also means we will attempt to create cross mkoctfile
 ENABLE_BINARY_PACKAGES := @ENABLE_BINARY_PACKAGES@