# HG changeset patch # User John W. Eaton # Date 1525786475 14400 # Node ID 9288b72977a1ac3de8f765a41a3554dd39707ea3 # Parent 3f120419c40dd17d7a6d391321f5efa04b90716d Makefile.in: Don't require --enable-64 adn --enable-fortran-int64 to match. diff -r 3f120419c40d -r 9288b72977a1 Makefile.in --- 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@