Skip to content

Commit 67ce539

Browse files
committed
Set ac_cv_strftime_c99_support to empty string on cross-compile
1 parent 629af8d commit 67ce539

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

configure

Lines changed: 1 addition & 4 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6686,7 +6686,7 @@ int main(void)
66866686
]])],
66876687
[ac_cv_strftime_c99_support=yes],
66886688
[AC_MSG_ERROR([Python requires C99-compatible strftime specifiers])],
6689-
[])])
6689+
[ac_cv_strftime_c99_support=])])
66906690

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

0 commit comments

Comments
 (0)