aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Rosin2013-07-09 21:06:25 +0300
committerEli Zaretskii2013-07-09 21:06:25 +0300
commit2aae948de5bf1ceda23c06310b331166532078e6 (patch)
treedb9a3a8ceb5be2b83ab0190ced0903b33d064d33 /ChangeLog
parent7b154deff5f593d056b54d81baf627dcea6bb149 (diff)
downloademacs-2aae948de5bf1ceda23c06310b331166532078e6.tar.gz
emacs-2aae948de5bf1ceda23c06310b331166532078e6.zip
Avoid nexted functions in AC_LANG_PROGRAM test for Windows headers.
configure.ac (HAVE_W32): Avoid nested functions (the second argument of AC_LANG_PROGRAM is already expanded inside a function). Fixes: debbugs:14830
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a451c85cde..579cd128ca4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12013-07-09 Peter Rosin <peda@lysator.liu.se> (tiny change>
2
3 * configure.ac (HAVE_W32): Avoid nested functions (the second
4 argument of AC_LANG_PROGRAM is already expanded inside a
5 function). (Bug#14830)
6
12013-07-09 Paul Eggert <eggert@cs.ucla.edu> 72013-07-09 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 Port recent close-on-exec changes to Cygwin (Bug#14821). 9 Port recent close-on-exec changes to Cygwin (Bug#14821).