Skip to content

Commit

Permalink
Revert "Remove cache check"
Browse files Browse the repository at this point in the history
This reverts commit f2ae07a.
  • Loading branch information
zanieb committed Jan 2, 2025
1 parent 7928672 commit 5f8de1b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 11 additions & 1 deletion configure

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

3 changes: 2 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6665,6 +6665,7 @@ then
[Define if year with century should be normalized for strftime.])
fi

AC_CACHE_CHECK([whether C99-compatible strftime specifiers are supported], [ac_cv_strftime_c99_support], [
AC_RUN_IFELSE([AC_LANG_SOURCE([[
#include <time.h>
#include <string.h>
Expand All @@ -6685,7 +6686,7 @@ int main(void)
]])],
[],
[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 5f8de1b

Please sign in to comment.