# HG changeset patch # User John Donoghue # Date 1426726851 14400 # Node ID 23c0f89700a4b69fb808efcfff77dcd1cd31128b # Parent 8ba35b7b355d14010b51fe4098cd8acc980f828f configure.ac: set cross_mkoctfile = no if not cross compiling * configure.ac: when warning that cant create cross_mkoctfile, set variable to no diff -r 8ba35b7b355d -r 23c0f89700a4 configure.ac --- a/configure.ac Wed Mar 18 11:18:39 2015 -0400 +++ b/configure.ac Wed Mar 18 21:00:51 2015 -0400 @@ -2983,6 +2983,7 @@ if test "$cross_mkoctfile" = yes; then if test "$cross_compiling" = no; then AC_MSG_WARN([ignoring --enable-cross-mkoctfile when not cross compiling]) + cross_mkoctfile=no fi fi AM_CONDITIONAL([AMCOND_CROSS_MKOCTFILE], [test $cross_mkoctfile = yes])