Commit 9f5783bb1a7999b79d6acb6185b8830fc240a089

Werner Lemberg 2017-08-13T09:40:18

Minor.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index ef6debe..b2bb160 100644
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -275,7 +275,7 @@ if test "x$GCC" = xyes; then
             }
 
           ])],
-        [AC_MSG_RESULT([ok, add it to XX_ANSIFLAGS])
+        [AC_MSG_RESULT([ok, adding to XX_ANSIFLAGS])
          XX_ANSIFLAGS="${XX_ANSIFLAGS} ${a}"
         ],
         [AC_MSG_RESULT([no])])