Skip to content

Commit f2ae07a

Browse files
committed
Remove cache check
1 parent 63c1aab commit f2ae07a

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

configure

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6665,7 +6665,6 @@ 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], [
66696668
AC_RUN_IFELSE([AC_LANG_SOURCE([[
66706669
#include <time.h>
66716670
#include <string.h>
@@ -6685,7 +6684,7 @@ int main(void)
66856684
}
66866685
]])],
66876686
[],
6688-
[AC_MSG_ERROR([Python requires C99-compatible strftime specifiers])])])
6687+
[AC_MSG_ERROR([Python requires C99-compatible strftime specifiers])])
66896688

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

0 commit comments

Comments
 (0)