Fix ‘long long’ checks on ancient platforms
commite5fae45ae39f471cba5415c21d93e5bc407eb8c7
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 17 Jan 2024 04:20:06 +0000 (16 20:20 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 17 Jan 2024 04:20:36 +0000 (16 20:20 -0800)
treecbefabb3e8db287f1b45cede0625f42291903ab4
parentb553b19bff08e828a3b1864c63ffae265a60a099
Fix ‘long long’ checks on ancient platforms

Problem reported by Nick Bowler in:
https://lists.gnu.org/r/bug-autoconf/2024-01/msg00018.html
* lib/autoconf/types.m4 (AC_TYPE_LONG_LONG_INT)
(AC_TYPE_UNSIGNED_LONG_LONG_INT): Test for these
when K&R or c89, not when neither K&R nor C89.
This fixes a thinko that I introduced in
commit cdef0d2dad57f92301cb4baf782f8c24b01d5f1d
dated Wed Feb 16 01:29:40 2011 -0800.
lib/autoconf/types.m4