changeset 4631:da2359935a39

Makefile.in: Fix spelling of --enable-fortran-int64 in error message.
author John W. Eaton <jwe@octave.org>
date Wed, 21 Mar 2018 12:53:10 -0400
parents dd217cbcc0a2
children b23584d79172
files Makefile.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Mon Mar 19 07:50:21 2018 -0400
+++ b/Makefile.in	Wed Mar 21 12:53:10 2018 -0400
@@ -65,11 +65,11 @@
 ifeq ($(OCTAVE_TARGET),stable-octave)
   ifeq ($(ENABLE_64),yes)
     ifeq ($(ENABLE_FORTRAN_INT64),no)
-      $(error --enable-64 and --enable-fortran-int-64 must match for stable-octave)
+      $(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-int-64 must match for stable-octave)
+      $(error --enable-64 and --enable-fortran-int64 must match for stable-octave)
     endif
   endif
 endif