]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove leftovers from the times when long long wasn't required (GH-15501) (GH-15517)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Aug 2019 22:35:06 +0000 (15:35 -0700)
committerPablo Galindo <Pablogsal@gmail.com>
Mon, 26 Aug 2019 22:35:06 +0000 (23:35 +0100)
In a38e9d139929a227e3899fbb638bc46c6cc6d8ba pyconfig.h.in was
manually edited and that edit was overwritten when running autoreconf.
(cherry picked from commit 52c1a6a15a471f75b775309ed1120d05f69010ca)

Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
configure.ac
pyconfig.h.in

index e5fb7e7b0b136e119fa87fb73de0df41d4049d8d..378d1bd17571c24e6176d54ffba8b0ef37ddc309 100644 (file)
@@ -2333,7 +2333,7 @@ if test "$ac_cv_sizeof_off_t" -gt "$ac_cv_sizeof_long" -a \
        "$ac_cv_sizeof_long_long" -ge "$ac_cv_sizeof_off_t"; then
   AC_DEFINE(HAVE_LARGEFILE_SUPPORT, 1,
   [Defined to enable large file support when an off_t is bigger than a long
-   and long long is available and at least as big as an off_t. You may need
+   and long long is at least as big as an off_t. You may need
    to add some flags for configuration and compilation to enable this mode.
    (For Solaris and Linux, the necessary defines are already defined.)])
   AC_MSG_RESULT(yes)
index 1ed9479ee474e1961f269f6f0bbdb95ee0995795..d36fc933f48cc206c64b0bd0b98485ef4ccdbdd9 100644 (file)
 #undef HAVE_LANGINFO_H
 
 /* Defined to enable large file support when an off_t is bigger than a long
-   and long long is at least as big as an off_t. You may need to
-   add some flags for configuration and compilation to enable this mode. (For
-   Solaris and Linux, the necessary defines are already defined.) */
+   and long long is at least as big as an off_t. You may need to add some
+   flags for configuration and compilation to enable this mode. (For Solaris
+   and Linux, the necessary defines are already defined.) */
 #undef HAVE_LARGEFILE_SUPPORT
 
 /* Define to 1 if you have the 'lchflags' function. */