From 629af8d1dfa8a4517a136a5b36678118495790fe Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 2 Jan 2025 15:13:22 -0600 Subject: [PATCH] Set `ac_cv_strftime_c99_support=yes` for cache --- configure | 4 ++-- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index 012f5eb5c2494a..eec490902f9764 100755 --- a/configure +++ b/configure @@ -26432,14 +26432,14 @@ int main(void) _ACEOF if ac_fn_c_try_run "$LINENO" then : - + ac_cv_strftime_c99_support=yes else $as_nop as_fn_error $? "Python requires C99-compatible strftime specifiers" "$LINENO" 5 fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi -) + fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_strftime_c99_support" >&5 printf "%s\n" "$ac_cv_strftime_c99_support" >&6; } diff --git a/configure.ac b/configure.ac index 4c91292907c6ad..957ce237bb9d9e 100644 --- a/configure.ac +++ b/configure.ac @@ -6684,9 +6684,9 @@ int main(void) return 1; } ]])], -[], +[ac_cv_strftime_c99_support=yes], [AC_MSG_ERROR([Python requires C99-compatible strftime specifiers])], -[]))]) +[])]) dnl check for ncursesw/ncurses and panelw/panel dnl NOTE: old curses is not detected.