From: Olaf Hering <olaf@aepfle.de>
To: xen-devel@lists.xen.org
Subject: libxen build warnings due to empty XML2_CONFIG or CURL_CONFIG
Date: Thu, 22 Nov 2012 14:56:03 +0100 [thread overview]
Message-ID: <20121122135603.GA13807@aepfle.de> (raw)
If XML2_CONFIG or CURL_CONFIG is empty, make in tools/libxen will print
an error 'make[3]: --cflags: Command not found'. I think a simple way to
fix this is:
shell test -n "$(XML2_CONFIG)" ; then $(XML2_CONFIG) --cflags ; fi
Olaf
next reply other threads:[~2012-11-22 13:56 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-22 13:56 Olaf Hering [this message]
2012-11-22 14:11 ` libxen build warnings due to empty XML2_CONFIG or CURL_CONFIG Ian Campbell
2012-11-22 14:37 ` Olaf Hering
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121122135603.GA13807@aepfle.de \
--to=olaf@aepfle.de \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).