diff src/itsol.mk @ 4304:0db33a326eec

make --enable-64 the default new configure option --enable-fortran-int64
author John W. Eaton <jwe@octave.org>
date Fri, 30 Dec 2016 16:02:18 -0500
parents 13be64f9f16d
children d5a5b8e659de
line wrap: on
line diff
--- a/src/itsol.mk	Fri Dec 30 22:26:22 2016 -0500
+++ b/src/itsol.mk	Fri Dec 30 16:02:18 2016 -0500
@@ -10,7 +10,7 @@
 $(PKG)_URL      := http://www-users.cs.umn.edu/~saad/software/ITSOL/itsol.php
 $(PKG)_DEPS     := blas
 
-ifeq ($(ENABLE_64),yes)
+ifeq ($(ENABLE_FORTRAN_INT64),yes)
   $(PKG)_DEFAULT_INTEGER_8_FLAG := -fdefault-integer-8
 endif