Fix CFLAGS and LDFLAGS share configure test. * builds/unix/configure.raw: Fix typo.
diff --git a/ChangeLog b/ChangeLog
index eef6395..15513ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-06-28 Gilles Espinasse <g.esp@free.fr>
+
+ Fix CFLAGS and LDFLAGS share configure test.
+
+ * builds/unix/configure.raw: Fix typo.
+
2012-06-28 Werner Lemberg <wl@gnu.org>
[truetype] Set the `subpixel_positioned' flag unconditionally.
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index 666c243..76fa0ca 100644
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -297,7 +297,7 @@ do
shift 1
;;
-m32|-m64|-march=*|-mcpu=*) # options taking no argument
- AC_MSG_RESULT([whether CFLAGS and LDFLAGS share ${c}])
+ AC_MSG_CHECKING([whether CFLAGS and LDFLAGS share ${c}])
if expr " ${LDFLAGS} " : ".* ${c} *${a}.*" > /dev/null
then
AC_MSG_RESULT([yes])