Skip to content

Commit 5f8de1b

Browse files
committed
Revert "Remove cache check"
This reverts commit f2ae07a.
1 parent 7928672 commit 5f8de1b

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

configure

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6665,6 +6665,7 @@ then
66656665
[Define if year with century should be normalized for strftime.])
66666666
fi
66676667

6668+
AC_CACHE_CHECK([whether C99-compatible strftime specifiers are supported], [ac_cv_strftime_c99_support], [
66686669
AC_RUN_IFELSE([AC_LANG_SOURCE([[
66696670
#include <time.h>
66706671
#include <string.h>
@@ -6685,7 +6686,7 @@ int main(void)
66856686
]])],
66866687
[],
66876688
[AC_MSG_ERROR([Python requires C99-compatible strftime specifiers])],
6688-
[])
6689+
[]))])
66896690

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

0 commit comments

Comments
 (0)