From: doko@python.org Date: Fri, 25 Jan 2013 13:44:00 +0000 (+0100) Subject: - Issue #16292: Improve a comment for cross building in configure.ac X-Git-Tag: v3.3.1rc1~296 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44bbbdab67b34144edefdd8b817d3489676e7e40;p=thirdparty%2FPython%2Fcpython.git - Issue #16292: Improve a comment for cross building in configure.ac --- diff --git a/configure b/configure index df2d5b5a2201..2a227f57fb7b 100755 --- a/configure +++ b/configure @@ -3249,9 +3249,9 @@ if test -z "$MACHDEP" then # avoid using uname for cross builds if test "$cross_compiling" = yes; then - # ac_sys_system and ac_sys_release are only used for setting - # `define_xopen_source' in the case statement below. For the - # current supported cross builds, this macro is not adjusted. + # ac_sys_system and ac_sys_release are used for setting + # a lot of different things including 'define_xopen_source' + # in the case statement below. case "$host" in *-*-linux*) ac_sys_system=Linux diff --git a/configure.ac b/configure.ac index fc8a68c6cade..9867529e5082 100644 --- a/configure.ac +++ b/configure.ac @@ -352,9 +352,9 @@ if test -z "$MACHDEP" then # avoid using uname for cross builds if test "$cross_compiling" = yes; then - # ac_sys_system and ac_sys_release are only used for setting - # `define_xopen_source' in the case statement below. For the - # current supported cross builds, this macro is not adjusted. + # ac_sys_system and ac_sys_release are used for setting + # a lot of different things including 'define_xopen_source' + # in the case statement below. case "$host" in *-*-linux*) ac_sys_system=Linux