Re: [Xen-devel] [PATCH 2/2] configure: check for argp

2015-06-22 Thread George Dunlap
On 06/22/2015 12:10 PM, Wei Liu wrote: > On Mon, Jun 22, 2015 at 11:55:44AM +0100, George Dunlap wrote: >> On 06/22/2015 11:45 AM, Wei Liu wrote: >>> On Mon, Jun 22, 2015 at 11:12:27AM +0100, George Dunlap wrote: On 06/19/2015 09:58 AM, Roger Pau Monne wrote: > argp is only present in the

Re: [Xen-devel] [PATCH 2/2] configure: check for argp

2015-06-22 Thread Wei Liu
On Mon, Jun 22, 2015 at 11:55:44AM +0100, George Dunlap wrote: > On 06/22/2015 11:45 AM, Wei Liu wrote: > > On Mon, Jun 22, 2015 at 11:12:27AM +0100, George Dunlap wrote: > >> On 06/19/2015 09:58 AM, Roger Pau Monne wrote: > >>> argp is only present in the GNU C library, so add a specific check for

Re: [Xen-devel] [PATCH 2/2] configure: check for argp

2015-06-22 Thread George Dunlap
On 06/22/2015 11:45 AM, Wei Liu wrote: > On Mon, Jun 22, 2015 at 11:12:27AM +0100, George Dunlap wrote: >> On 06/19/2015 09:58 AM, Roger Pau Monne wrote: >>> argp is only present in the GNU C library, so add a specific check for it in >>> configure. Also check if -largp is needed for linking agains

Re: [Xen-devel] [PATCH 2/2] configure: check for argp

2015-06-22 Thread Wei Liu
On Mon, Jun 22, 2015 at 11:12:27AM +0100, George Dunlap wrote: > On 06/19/2015 09:58 AM, Roger Pau Monne wrote: > > argp is only present in the GNU C library, so add a specific check for it in > > configure. Also check if -largp is needed for linking against it. > > > > Please run autoconf after a

Re: [Xen-devel] [PATCH 2/2] configure: check for argp

2015-06-22 Thread George Dunlap
On 06/19/2015 09:58 AM, Roger Pau Monne wrote: > argp is only present in the GNU C library, so add a specific check for it in > configure. Also check if -largp is needed for linking against it. > > Please run autoconf after applying. > > Signed-off-by: Roger Pau Monné > Cc: George Dunlap > Cc:

Re: [Xen-devel] [PATCH 2/2] configure: check for argp

2015-06-19 Thread Wei Liu
On Fri, Jun 19, 2015 at 10:58:25AM +0200, Roger Pau Monne wrote: > argp is only present in the GNU C library, so add a specific check for it in > configure. Also check if -largp is needed for linking against it. > > Please run autoconf after applying. > > Signed-off-by: Roger Pau Monné > Cc: Geo

[Xen-devel] [PATCH 2/2] configure: check for argp

2015-06-19 Thread Roger Pau Monne
argp is only present in the GNU C library, so add a specific check for it in configure. Also check if -largp is needed for linking against it. Please run autoconf after applying. Signed-off-by: Roger Pau Monné Cc: George Dunlap Cc: Ian Jackson Cc: Ian Campbell Cc: Wei Liu Cc: Olaf Hering --