From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH 10/11] rump kernels: Handle rumpxen host in configure Date: Thu, 10 Jul 2014 17:53:47 +0100 Message-ID: <53BEC51B.4070304@citrix.com> References: <1405008880-21843-1-git-send-email-ian.jackson@eu.citrix.com> <1405008880-21843-11-git-send-email-ian.jackson@eu.citrix.com> <1405009768.6577.9.camel@kazak.uk.xensource.com> <21438.49822.168365.973405@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21438.49822.168365.973405@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson , Ian Campbell Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 10/07/14 17:43, Ian Jackson wrote: > Ian Campbell writes ("Re: [PATCH 10/11] rump kernels: Handle rumpxen host in configure"): > > +if ! $rump; then > + > # Extract the first word of "xgettext", so it can be a program name with args. > set dummy xgettext; ac_word=$2 > { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 > @@ -8160,6 +8169,8 @@ fi > done > > > +fi # ! $trump Extra T? Also below. > +if ! $rump; then > + > AX_PATH_PROG_OR_FAIL([XGETTEXT], [xgettext]) > dnl as86, ld86, bcc and iasl are only required when the host system is x86*. > dnl "host" here means the platform on which the hypervisor and tools is > @@ -287,5 +295,7 @@ esac > # Checks for header files. > AC_CHECK_HEADERS([yajl/yajl_version.h sys/eventfd.h valgrind/memcheck.h utmp.h]) > > +fi # ! $trump > + > AC_OUTPUT() > >