]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0693: Configure doesn't show result when not using python3 stable abi v9.1.0693
authorKen Takata <kentkt@csc.jp>
Sat, 24 Aug 2024 14:27:50 +0000 (16:27 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 24 Aug 2024 14:27:50 +0000 (16:27 +0200)
Problem:  Configure doesn't show result when not using python3 stable
          abi (after v9.1.0691)
Solution: Add back AC_MSG_RESULT() (Ken Takata)

related: #15555

Signed-off-by: Ken Takata <kentkt@csc.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/auto/configure
src/configure.ac
src/version.c

index 7059554821b7b8abd16d2aa4d594cbea583426cc..4a99071c8477b23a48fcaba3e28a095c67c49268 100755 (executable)
@@ -7099,6 +7099,9 @@ then :
      fi
      { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $vi_cv_var_python3_stable_abi" >&5
 printf "%s\n" "$vi_cv_var_python3_stable_abi" >&6; }
+else $as_nop
+  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
+printf "%s\n" "no" >&6; }
 fi
 
       if test "X$vi_cv_var_python3_stable_abi" != "X"; then
index abd0c44e73fcbb94b79d0b18421b5d110c684e72..233e9077fcdaef589e02459aeede2024699271fd 100644 (file)
@@ -1549,7 +1549,8 @@ if test "$enable_python3interp" = "yes" -o "$enable_python3interp" = "dynamic";
      else
        vi_cv_var_python3_stable_abi="$withval"
      fi
-     AC_MSG_RESULT($vi_cv_var_python3_stable_abi)])
+     AC_MSG_RESULT($vi_cv_var_python3_stable_abi)],
+     AC_MSG_RESULT(no))
       if test "X$vi_cv_var_python3_stable_abi" != "X"; then
         AC_CACHE_VAL(vi_cv_var_python3_stable_abi_hex,
         [
index 79c81c10712eb8ef239f84723366956a423e76ec..9522cc80932130a035872766eef6b59cacf3a9dd 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    693,
 /**/
     692,
 /**/