diff options
Diffstat (limited to 'oldXMenu/ChangeLog')
-rw-r--r-- | oldXMenu/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index b1eb200416..2047573eca 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog @@ -1,3 +1,10 @@ +2012-06-26 Paul Eggert <eggert@cs.ucla.edu> + + * Makefile.in (ALL_CFLAGS): Add -I../lib -I${srcdir}/../lib. + This is needed for hosts that lack <alloca.h>, when Emacs is + configured --with-x-toolkit=no. Problem reported by Herbert + J. Skuhra for FreeBSD. + 2012-04-18 Paul Eggert <eggert@cs.ucla.edu> configure: new option --enable-gcc-warnings (Bug#11207) |