changeset 3229:1cbee4743e97

Use consistant yes and no as the enable options for configure.ac * configure.ac: Change MXE_NATIVE_BUILD and ENABLE_OPENBLAS defaults from false to no.
author John Donoghue <john.donoghue@ieee.org>
date Sat, 10 Aug 2013 16:10:01 -0400
parents 681331ee9a2f
children bd4487905031
files configure.ac
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Thu Aug 08 19:50:46 2013 -0400
+++ b/configure.ac	Sat Aug 10 16:10:01 2013 -0400
@@ -80,7 +80,7 @@
   [if test "$enableval" = no; then ENABLE_JIT=no; fi], [])
 AC_SUBST(ENABLE_JIT)
 
-MXE_NATIVE_BUILD=false
+MXE_NATIVE_BUILD=no
 AC_ARG_ENABLE([native-build],
   [AS_HELP_STRING([--enable-native-build],
     [Enable native build (default is cross compile)])],
@@ -114,7 +114,7 @@
   [if test "$enableval" = yes; then USE_PIC_FLAG=yes; fi], [])
 AC_SUBST(USE_PIC_FLAG)
 
-ENABLE_OPENBLAS=false
+ENABLE_OPENBLAS=no
 AC_ARG_ENABLE([openblas],
   [AS_HELP_STRING([--enable-openblas],
     [(EXPERIMENTAL) enable use of openblas in Octave])],