ref: 34de9d264444c4b610cc910427838ce1d13a3307
parent: b3953aa7c4de80d1f51aa0a5d422bb88b1f3bcf2
author: Gilles Espinasse <[email protected]>
date: Thu Jun 28 02:45:26 EDT 2012
Fix CFLAGS and LDFLAGS share configure test. * builds/unix/configure.raw: Fix typo.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-06-28 Gilles Espinasse <[email protected]>
+
+ Fix CFLAGS and LDFLAGS share configure test.
+
+ * builds/unix/configure.raw: Fix typo.
+
2012-06-28 Werner Lemberg <[email protected]>
[truetype] Set the `subpixel_positioned' flag unconditionally.
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -297,7 +297,7 @@
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])