[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] tools/configure: detect $host_vendor of rumprun, not just rumpxen
commit d26cf9004b2e1678e4ff8dab11f4deca0293a0db Author: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> AuthorDate: Fri Feb 13 16:04:34 2015 +0000 Commit: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> CommitDate: Mon Feb 16 14:49:28 2015 +0000 tools/configure: detect $host_vendor of rumprun, not just rumpxen This has been renamed by the rumpkernels upstream. (This patch needs to be backported.) Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> CC: Antti Kantee <pooka@xxxxxx> CC: Martin Lucina <martin@xxxxxxxxxx> CC: Ian Campbell <Ian.Campbell@xxxxxxxxxxxxx> --- tools/configure | 4 ++-- tools/configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/configure b/tools/configure index e7dac75..1c92e83 100755 --- a/tools/configure +++ b/tools/configure @@ -2402,8 +2402,8 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac case $host_vendor in -rumpxen) CONFIG_RUMP=y; rump=true ;; -*) CONFIG_RUMP=n; rump=false ;; +rumpxen|rumprun) CONFIG_RUMP=y; rump=true ;; +*) CONFIG_RUMP=n; rump=false ;; esac diff --git a/tools/configure.ac b/tools/configure.ac index 03dadd7..1835617 100644 --- a/tools/configure.ac +++ b/tools/configure.ac @@ -35,8 +35,8 @@ APPEND_INCLUDES and APPEND_LIB instead when possible.]) AC_CANONICAL_HOST case $host_vendor in -rumpxen) CONFIG_RUMP=y; rump=true ;; -*) CONFIG_RUMP=n; rump=false ;; +rumpxen|rumprun) CONFIG_RUMP=y; rump=true ;; +*) CONFIG_RUMP=n; rump=false ;; esac AC_SUBST(CONFIG_RUMP) -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |