mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Fix build failure on Debian hppa architecture (bad stack growth detection)
* configure.in (SCM_I_GSC_STACK_GROWS_UP): Remove use of AC_CACHE_CHECK, which was inadvertently causing SCM_I_GSC_STACK_GROWS_UP _always_ to be 0.
This commit is contained in:
parent
76dae88158
commit
5ea8e76e85
3 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-08-07 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* configure.in (SCM_I_GSC_STACK_GROWS_UP): Remove use of
|
||||
AC_CACHE_CHECK, which was inadvertently causing
|
||||
SCM_I_GSC_STACK_GROWS_UP _always_ to be 0.
|
||||
|
||||
2008-07-17 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* configure.in: Update stack direction test to be like that in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue