Eric Blake wrote:
On 01/20/2015 09:09 PM, Jim Fehlig wrote:
> When libvirt is configured --without-xen, building the xlconfigtest
> fails with
>
> CCLD xlconfigtest
> /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crt1.o
> In function `_start': (.text+0x20): undefined reference to `main'
> collect2: error: ld returned 1 exit status
>
> Introduced in commit 4ed5fb91 by too much copy and paste from
> xmconfigtest.
>
> Signed-off-by: Jim Fehlig <jfehlig(a)suse.com>
> ---
> tests/Makefile.am | 17 ++++++++++++-----
> tests/xlconfigtest.c | 4 ++--
> 2 files changed, 14 insertions(+), 7 deletions(-)
>
ACK.
Thanks; pushed now.
Regards,
Jim