Module: xenomai-jki
Branch: for-forge
Commit: 4ddbd173bc370d196a7ac067cc2714fd5ebb372a
URL:    
http://git.xenomai.org/?p=xenomai-jki.git;a=commit;h=4ddbd173bc370d196a7ac067cc2714fd5ebb372a

Author: Jan Kiszka <jan.kis...@siemens.com>
Date:   Fri Jan  2 22:10:18 2015 +0100

copperplate: fix registry configuration

Commit d351f712b changed the content of use_registry without updating
these tests.

Signed-off-by: Jan Kiszka <jan.kis...@siemens.com>

---

 configure.ac |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9561224..6077960 100644
--- a/configure.ac
+++ b/configure.ac
@@ -301,13 +301,13 @@ AC_ARG_ENABLE(registry,
        esac])
 AC_MSG_RESULT(${use_registry:-no}${registry_root:+[,] mounted on 
${registry_root}})
 
-if test x$use_registry = xy; then
+if test x$use_registry = xyes; then
        PKG_CHECK_MODULES(FUSE, fuse)
        FUSE_CFLAGS="$FUSE_CFLAGS -DFUSE_USE_VERSION=25"
        AC_DEFINE(CONFIG_XENO_REGISTRY,1,[config])
        AC_DEFINE_UNQUOTED(CONFIG_XENO_REGISTRY_ROOT,"$registry_root",[config])
 fi
-AM_CONDITIONAL(XENO_REGISTRY,[test x$use_registry = xy])
+AM_CONDITIONAL(XENO_REGISTRY,[test x$use_registry = xyes])
 
 dnl SMP support (default: off)
 
@@ -653,7 +653,7 @@ dnl Exported CFLAGS and LDFLAGS, shared with internal flags
 XENO_USER_APP_CFLAGS="-D_GNU_SOURCE -D_REENTRANT"
 XENO_USER_APP_LDFLAGS=
 
-if test x$use_registry = xy; then
+if test x$use_registry = xyes; then
    XENO_FUSE_CFLAGS=$FUSE_CFLAGS
    XENO_USER_APP_LDFLAGS="$XENO_USER_APP_LDFLAGS $FUSE_LIBS"
 fi


_______________________________________________
Xenomai-git mailing list
Xenomai-git@xenomai.org
http://www.xenomai.org/mailman/listinfo/xenomai-git

Reply via email to