changeset 2700:715ae9b63c91

Make ARM32 JIT option help text match actual default. 2014-03-28 Andrew John Hughes <gnu.andrew@member.fsf.org> * acinclude.m4: (IT_ENABLE_ARM32JIT): Make help text match setting.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Fri, 28 Mar 2014 18:17:41 +0000
parents aa5a1fe61c38
children a7f6247d3dff
files ChangeLog acinclude.m4
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Mar 28 03:41:03 2014 +0000
+++ b/ChangeLog	Fri Mar 28 18:17:41 2014 +0000
@@ -1,3 +1,8 @@
+2014-03-28  Andrew John Hughes  <gnu.andrew@member.fsf.org>
+
+	* acinclude.m4:
+	(IT_ENABLE_ARM32JIT): Make help text match setting.
+
 2012-08-16  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
 	* Makefile.am:
--- a/acinclude.m4	Fri Mar 28 03:41:03 2014 +0000
+++ b/acinclude.m4	Fri Mar 28 18:17:41 2014 +0000
@@ -2666,7 +2666,7 @@
 [
   AC_MSG_CHECKING([whether to enable the ARM32 JIT])
   AC_ARG_ENABLE([arm32-jit],
-                [AS_HELP_STRING(--enable-arm32-jit,build with the ARM32 JIT [[default=no]])],
+                [AS_HELP_STRING(--enable-arm32-jit,build with the ARM32 JIT [[default=yes]])],
   [
     case "${enableval}" in
       yes)