Skip to content

Commit 47a047f

Browse files
committed
Set ac_cv_strftime_c99_support=yes for cache
1 parent 5f8de1b commit 47a047f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6684,7 +6684,7 @@ 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])],
66896689
[]))])
66906690

0 commit comments

Comments
 (0)