From 9f5783bb1a7999b79d6acb6185b8830fc240a089 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 13 Aug 2017 09:40:18 +0200 Subject: [PATCH] Minor. --- builds/unix/configure.raw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw index ef6debed4..b2bb16045 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])])