]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix typo in previous patch
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 17 Jan 2024 05:19:31 +0000 (21:19 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 17 Jan 2024 05:20:03 +0000 (21:20 -0800)
lib/autoconf/types.m4

index d12a1dc62abe46abd33de7e1e094b35b6fd86b2a..8ed2f1555d73ca15b0b4df9027a21bf22459883a 100644 (file)
@@ -532,7 +532,7 @@ AC_DEFUN([AC_TYPE_LONG_LONG_INT],
   AC_CACHE_CHECK([for long long int], [ac_cv_type_long_long_int],
      [ac_cv_type_long_long_int=yes
       case $ac_prog_cc_stdc in
-       no | c89) ;;
+       no | c89)
          ac_cv_type_long_long_int=$ac_cv_type_unsigned_long_long_int
          if test $ac_cv_type_long_long_int = yes; then
            dnl Catch a bug in Tandem NonStop Kernel (OSS) cc -O circa 2004.
@@ -577,7 +577,7 @@ AC_DEFUN([AC_TYPE_UNSIGNED_LONG_LONG_INT],
     [ac_cv_type_unsigned_long_long_int],
     [ac_cv_type_unsigned_long_long_int=yes
      case $ac_prog_cc_stdc in
-       no | c89) ;;
+       no | c89)
         AC_LINK_IFELSE(
           [_AC_TYPE_LONG_LONG_SNIPPET],
           [],