Skip to content

Commit 63c1aab

Browse files
committed
Simplify; remove ac_cv_strftime_c99_support
1 parent 04234ce commit 63c1aab

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

configure

Lines changed: 6 additions & 7 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 & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6684,13 +6684,8 @@ int main(void)
66846684
return 1;
66856685
}
66866686
]])],
6687-
[ac_cv_strftime_c99_support=yes],
6688-
[ac_cv_strftime_c99_support=no],
6689-
[ac_cv_strftime_c99_support=yes])])
6690-
if test "$ac_cv_strftime_c99_support" = no
6691-
then
6692-
AC_MSG_ERROR([Python requires C99-compatible strftime specifiers])
6693-
fi
6687+
[],
6688+
[AC_MSG_ERROR([Python requires C99-compatible strftime specifiers])])])
66946689

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

0 commit comments

Comments
 (0)