[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen stable-4.5] tools/configure: detect $host_vendor of rumprun, not just rumpxen
commit 2035943cc54934ec262c657ea46a32ea880a8175 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:47:22 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> (cherry picked from commit f4e99a4f5098f6fa3c856f79b8365bb29a3d3a15) --- tools/configure | 4 ++-- tools/configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/configure b/tools/configure index b0aea0a..2fa7426 100755 --- a/tools/configure +++ b/tools/configure @@ -2396,8 +2396,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 1ac63a3..b7f1513 100644 --- a/tools/configure.ac +++ b/tools/configure.ac @@ -43,8 +43,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#stable-4.5 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |