summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 1f74571b1..39ad7a365 100644
--- a/NEWS
+++ b/NEWS
@@ -148,9 +148,9 @@ New in 1.14:
macro behind the scenes.
2. It caches the check result in the 'am_cv_prog_cc_c_o' variable,
- and not in a 'ac_cv_prog_cc_*_c_o' variable whose exact name
- in only dynamically computed *at configure runtime* from the
- content of the '$CC' variable.
+ and not in a 'ac_cv_prog_cc_*_c_o' variable whose exact name is
+ dynamically computed only at configure runtime (really!) from
+ the content of the '$CC' variable.
3. It no longer automatically AC_DEFINE the C preprocessor
symbol 'NO_MINUS_C_MINUS_O'.