summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/enable-itron.m4
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/aclocal/enable-itron.m4')
-rw-r--r--cpukit/aclocal/enable-itron.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/aclocal/enable-itron.m4 b/cpukit/aclocal/enable-itron.m4
index 701d161ed7..2cbdc77cf7 100644
--- a/cpukit/aclocal/enable-itron.m4
+++ b/cpukit/aclocal/enable-itron.m4
@@ -8,5 +8,5 @@ AS_HELP_STRING(--enable-itron,enable itron interface),
yes) RTEMS_HAS_ITRON_API=yes ;;
no) RTEMS_HAS_ITRON_API=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for enable-itron option) ;;
-esac],[RTEMS_HAS_ITRON_API=yes])
+esac],[RTEMS_HAS_ITRON_API=no])
])