From: Zachary Ware Date: Sat, 1 Oct 2016 06:06:51 +0000 (-0500) Subject: Issue #21085: Fix accidental leading +'s in configure.ac X-Git-Tag: v3.7.0a1~2338 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e999e96143a85af9ed50e2ad240ff28113c4feba;p=thirdparty%2FPython%2Fcpython.git Issue #21085: Fix accidental leading +'s in configure.ac --- diff --git a/configure.ac b/configure.ac index 8465afc963a5..1ca8825f196f 100644 --- a/configure.ac +++ b/configure.ac @@ -3907,8 +3907,8 @@ AC_CHECK_MEMBERS([struct passwd.pw_gecos, struct passwd.pw_passwd], [], [], [[ #include #include ]]) -+# Issue #21085: In Cygwin, siginfo_t does not have si_band field. -+AC_CHECK_MEMBERS([siginfo_t.si_band], [], [], [[#include ]]) +# Issue #21085: In Cygwin, siginfo_t does not have si_band field. +AC_CHECK_MEMBERS([siginfo_t.si_band], [], [], [[#include ]]) AC_MSG_CHECKING(for time.h that defines altzone) AC_CACHE_VAL(ac_cv_header_time_altzone,[