Skip to content

Commit 629af8d

Browse files
committed
Set ac_cv_strftime_c99_support=yes for cache
1 parent 5f8de1b commit 629af8d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

configure

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

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6684,9 +6684,9 @@ int main(void)
66846684
return 1;
66856685
}
66866686
]])],
6687-
[],
6687+
[ac_cv_strftime_c99_support=yes],
66886688
[AC_MSG_ERROR([Python requires C99-compatible strftime specifiers])],
6689-
[]))])
6689+
[])])
66906690

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

0 commit comments

Comments
 (0)