Skip to content

Commit

Permalink
Remove cache check
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 30, 2024
1 parent 63c1aab commit f2ae07a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
10 changes: 0 additions & 10 deletions configure

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

3 changes: 1 addition & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -6665,7 +6665,6 @@ 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 +6684,7 @@ int main(void)
}
]])],
[],
[AC_MSG_ERROR([Python requires C99-compatible strftime specifiers])])])
[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 f2ae07a

Please sign in to comment.