From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH v2 2/4] m4/python: fix typo in LDFLAGS variable name Date: Fri, 19 Feb 2016 09:02:06 -0500 Message-ID: <20160219140206.GC31079@localhost.localdomain> References: <1455850625-9624-1-git-send-email-cardoe@cardoe.com> <1455850625-9624-2-git-send-email-cardoe@cardoe.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1455850625-9624-2-git-send-email-cardoe@cardoe.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: Doug Goldstein Cc: Wei Liu , Stefano Stabellini , Ian Jackson , Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, Feb 18, 2016 at 08:57:03PM -0600, Doug Goldstein wrote: > Reported-by: Jonathan Creekmore > Signed-off-by: Doug Goldstein Reviewed-by: Konrad Rzeszutek Wilk > --- > CC: Ian Jackson > CC: Stefano Stabellini > CC: Ian Campbell > CC: Wei Liu > > change since v1: > - don't screw up the white space > --- > m4/python_devel.m4 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/m4/python_devel.m4 b/m4/python_devel.m4 > index 659e7d4..deff19e 100644 > --- a/m4/python_devel.m4 > +++ b/m4/python_devel.m4 > @@ -32,5 +32,5 @@ AC_CHECK_HEADER([Python.h], [], > AC_CHECK_LIB(python$ac_python_version, PyArg_ParseTuple, [], > [AC_MSG_ERROR([Unable to find a suitable python development library])]) > CPPFLAGS=$ac_previous_cppflags > -LDLFAGS=$ac_previous_ldflags > +LDFLAGS=$ac_previous_ldflags > ]) > -- > 2.4.10 > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel