Skip to content

Commit

Permalink
Simplify; remove ac_cv_strftime_c99_support
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 30, 2024
1 parent 04234ce commit 63c1aab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
13 changes: 6 additions & 7 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6684,13 +6684,8 @@ int main(void)
return 1;
}
]])],
[ac_cv_strftime_c99_support=yes],
[ac_cv_strftime_c99_support=no],
[ac_cv_strftime_c99_support=yes])])
if test "$ac_cv_strftime_c99_support" = no
then
AC_MSG_ERROR([Python requires C99-compatible strftime specifiers])
fi
[],
[AC_MSG_ERROR([Python requires C99-compatible strftime specifiers])])])

dnl check for ncursesw/ncurses and panelw/panel
dnl NOTE: old curses is not detected.
Expand Down

0 comments on commit 63c1aab

Please sign in to comment.