diff options
author | Christian Heimes <christian@python.org> | 2016-09-08 11:39:42 +0200 |
---|---|---|
committer | Christian Heimes <christian@python.org> | 2016-09-08 11:39:42 +0200 |
commit | 7f9eb6eda30398ea7a5b630856abce81f91591f6 (patch) | |
tree | ce478b6396042d42a7701169d5cd92594e9489f2 /aclocal.m4 | |
parent | Issue 26798: fetch OSError and HTTPException like other tests that use open_u... (diff) | |
download | cpython-7f9eb6eda30398ea7a5b630856abce81f91591f6.tar.gz cpython-7f9eb6eda30398ea7a5b630856abce81f91591f6.tar.bz2 cpython-7f9eb6eda30398ea7a5b630856abce81f91591f6.zip |
Issue 28017: Use -std=gnu99 to get C99 with GNU extensions for bluetooth.h on big endian.
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 2a745e57466..9a9cc557281 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -13,7 +13,7 @@ m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- -dnl serial 11 (pkg-config-0.29.1) +dnl serial 11 (pkg-config-0.29) dnl dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>. dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com> @@ -55,7 +55,7 @@ dnl dnl See the "Since" comment for each macro you use to see what version dnl of the macros you require. m4_defun([PKG_PREREQ], -[m4_define([PKG_MACROS_VERSION], [0.29.1]) +[m4_define([PKG_MACROS_VERSION], [0.29]) m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) ])dnl PKG_PREREQ |