NEWS: one more minor fixlet
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 20 Jun 2013 08:29:09 +0000 (10:29 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 20 Jun 2013 08:29:09 +0000 (10:29 +0200)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NEWS

diff --git a/NEWS b/NEWS
index 1f74571..39ad7a3 100644 (file)
--- 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'.