diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2008-08-07 23:24:31 +0200 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2008-08-07 23:24:31 +0200 |
commit | 5ea8e76e85c04757bc0d114f45637a37395ca7f1 (patch) | |
tree | 07e600b82c9a288eca68312e0e52f9deecf8c685 /ChangeLog | |
parent | 76dae881582bf316967e21d3bdf44e3ead7d69f7 (diff) |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 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 |