Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Simplify; remove ac_cv_strftime_c99_support
  • Loading branch information
zanieb committed Dec 30, 2024
commit 63c1aab259f800fa4e22db8bd02cf0c42aaa1774
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