Skip to content

Commit 7928672

Browse files
committed
Include the empty if-cross-compiling block
1 parent f2ae07a commit 7928672

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6684,7 +6684,8 @@ int main(void)
66846684
}
66856685
]])],
66866686
[],
6687-
[AC_MSG_ERROR([Python requires C99-compatible strftime specifiers])])
6687+
[AC_MSG_ERROR([Python requires C99-compatible strftime specifiers])],
6688+
[])
66886689

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

0 commit comments

Comments
 (0)