[RTnet-developers] [PATCH] configure: Support Xenomai version 2.6*
Brought to you by:
bet-frogger,
kiszka
|
From: Sebastian S. <sm...@rt...> - 2011-09-05 08:34:09
|
Signed-off-by: Sebastian Smolorz <sm...@rt...>
---
configure | 2 +-
configure.ac | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index 8612fd4..83fcc59 100755
--- a/configure
+++ b/configure
@@ -11827,7 +11827,7 @@ _ACEOF
{ $as_echo "$as_me:$LINENO: result: ${XENO_VERSION}" >&5
$as_echo "${XENO_VERSION}" >&6; }
;;
- 2.5.[2-9]*)
+ 2.5.[2-9]*|2.6*)
CONFIG_RTNET_RTEXT_VERSION=xeno-252
cat >>confdefs.h <<\_ACEOF
diff --git a/configure.ac b/configure.ac
index 3520426..81107f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -323,7 +323,7 @@ else
AC_DEFINE(CONFIG_XENO_2_1x, 1, [We build for Xenomai 2.x])
AC_MSG_RESULT([${XENO_VERSION}])
;;
- 2.5.[[2-9]]*)
+ 2.5.[[2-9]]*|2.6*)
CONFIG_RTNET_RTEXT_VERSION=xeno-252
AC_DEFINE(CONFIG_XENO_2_1x, 1, [We build for Xenomai 2.x])
AC_MSG_RESULT([${XENO_VERSION}])
--
1.5.2.4
|