From: Doug Goldstein Date: Fri, 19 Feb 2016 02:57:03 +0000 (-0600) Subject: m4/python: fix typo in LDFLAGS variable name X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~1697^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a9d0e9aff23a78f143dcdc142d267b05fc15e859;p=xen.git m4/python: fix typo in LDFLAGS variable name [ also, reran autogen.sh ] Reported-by: Jonathan Creekmore Signed-off-by: Doug Goldstein Reviewed-by: Konrad Rzeszutek Wilk Acked-by: Ian Jackson --- diff --git a/m4/python_devel.m4 b/m4/python_devel.m4 index 659e7d44d7..deff19e3a4 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 ]) diff --git a/tools/configure b/tools/configure index cd41b26a78..ed38d34743 100755 --- a/tools/configure +++ b/tools/configure @@ -7227,7 +7227,7 @@ else fi CPPFLAGS=$ac_previous_cppflags -LDLFAGS=$ac_previous_ldflags +LDFLAGS=$ac_previous_ldflags { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Python setup.py brokenly enables -D_FORTIFY_SOURCE" >&5