# HG changeset patch # User John Donoghue # Date 1376165401 14400 # Node ID 1cbee4743e974bfbed8725cdabb7630840621782 # Parent 681331ee9a2f74e340190960c3b4b67ab0279613 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. diff -r 681331ee9a2f -r 1cbee4743e97 configure.ac --- 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])],