Skip to content

Commit c9f0215

Browse files
committed
Include hppa64-* and hppaX.Y-* in the autoconf check
1 parent a096813 commit c9f0215

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
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
@@ -1204,7 +1204,7 @@ AC_SUBST([MULTIARCH_CPPFLAGS])
12041204

12051205
# Guess C stack direction
12061206
AS_CASE([$host],
1207-
[hppa-*], [_Py_STACK_GROWS_DOWN=0],
1207+
[hppa*], [_Py_STACK_GROWS_DOWN=0],
12081208
[_Py_STACK_GROWS_DOWN=1])
12091209
AC_DEFINE_UNQUOTED([_Py_STACK_GROWS_DOWN], [$_Py_STACK_GROWS_DOWN],
12101210
[Define to 1 if the machine stack grows down (default); 0 if it grows up.])

0 commit comments

Comments
 (0)